Mirror: A maybe slightly safer-ish wrapper around eval Function constructors
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add missing Function in ignore

+1
+1
src/index.ts
··· 13 13 global: true, 14 14 undefined: true, 15 15 require: true, 16 + Function: true, 16 17 eval: true, 17 18 module: true, 18 19 exports: true,