Files
TwitchChatRandomizer/Twitch Chat Randomizer/node_modules/set-function-length/env.d.ts
T
2024-06-06 23:27:22 -04:00

9 lines
222 B
TypeScript

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