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

Add missing Function in ignore

Changed files
+1
src
+1
src/index.ts
···
global: true,
undefined: true,
require: true,
eval: true,
module: true,
exports: true,
···
global: true,
undefined: true,
require: true,
+
Function: true,
eval: true,
module: true,
exports: true,