/home/techb158/balavpn.abdallabala.com/node_modules/set-function-length
NameSizeModeActions
.github/-0777rm
.eslintrc4040666editdlrm
.nycrc2160666editdlrm
CHANGELOG.md48760666editdlrm
env.d.ts2220666editdlrm
env.js8670666editdlrm
index.d.ts2560666editdlrm
index.js12730666editdlrm
LICENSE10830666editdlrm
package.json27040666editdlrm
README.md21670666editdlrm
tsconfig.json1160666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/set-function-length/index.d.ts (256B)
declare namespace setFunctionLength { type Func = (...args: unknown[]) => unknown; } declare function setFunctionLength(fn: T, length: number, loose?: boolean): T; export = setFunctionLength;