Files
huishou/node_modules/set-function-length/env.d.ts
T
2026-07-27 14:07:26 +08:00

9 lines
222 B
TypeScript

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