FLUJOS/BACK_BACK/node_modules/set-function-length/env.d.ts
2025-11-07 00:06:12 +01:00

9 lines
No EOL
222 B
TypeScript
Executable file

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