Files
est-frame/node_modules/set-function-length/env.d.ts
2025-10-22 05:38:27 +00:00

9 lines
222 B
TypeScript
Executable File

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