📄 env.d.ts
/home/palash/git/site/node_modules/set-function-length/env.d.ts
Language: ts • Lines: 9
declare const env: {
	__proto__: null,
	boundFnsHaveConfigurableLengths: boolean;
	boundFnsHaveWritableLengths: boolean;
	functionsHaveConfigurableLengths: boolean;
	functionsHaveWritableLengths: boolean;
};

export = env;