Files
wdi-dashboard/node_modules/set-function-length/env.d.ts
2024-08-16 15:06:52 +05:30

9 lines
222 B
TypeScript

declare const env: {
__proto__: null,
boundFnsHaveConfigurableLengths: boolean;
boundFnsHaveWritableLengths: boolean;
functionsHaveConfigurableLengths: boolean;
functionsHaveWritableLengths: boolean;
};
export = env;