nixos/home/ags/node_modules/set-function-length/env.d.ts
2025-02-27 02:26:55 +01:00

9 lines
No EOL
222 B
TypeScript

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