Files
CATALOGO_INFINITY/backend/node_modules/set-function-length/env.d.ts
T
2026-06-09 08:25:57 -05:00

9 lines
222 B
TypeScript

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