satitm-sso-node/node_modules/set-function-length/env.d.ts
2024-05-03 16:11:08 +07:00

9 lines
No EOL
222 B
TypeScript

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