Edit File: env.d.ts
declare const env: { __proto__: null, boundFnsHaveConfigurableLengths: boolean; boundFnsHaveWritableLengths: boolean; functionsHaveConfigurableLengths: boolean; functionsHaveWritableLengths: boolean; }; export = env;
Back to File Manager