/home/techb158/balavpn.abdallabala.com/node_modules/for-each
NameSizeModeActions
.github/-0777rm
test/-0777rm
.editorconfig2860666editdlrm
.eslintrc6180666editdlrm
.nycrc1290666editdlrm
CHANGELOG.md88960666editdlrm
index.d.ts10670666editdlrm
index.js23740666editdlrm
LICENSE10750666editdlrm
package.json19750666editdlrm
README.md7180666editdlrm
tsconfig.json940666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/for-each/index.d.ts (1067B)
declare function forEach( arr: O, callback: (this: This | void, value: O[number], index: number, array: O) => void, thisArg?: This, ): void; declare function forEach, This = undefined>( arr: O, callback: (this: This | void, value: O[number], index: number, array: O) => void, thisArg?: This, ): void; declare function forEach( obj: O, callback: (this: This | void, value: O[keyof O], key: keyof O, obj: O) => void, thisArg?: This, ): void; declare function forEach( str: O, callback: (this: This | void, value: O[number], index: number, str: O) => void, thisArg: This, ): void; export = forEach; declare function forEachInternal void, This = undefined>( value: O, callback: C, thisArg?: This, ): void; declare namespace forEach { export type _internal = typeof forEachInternal; }