/home/techb158/balavpn.abdallabala.com/node_modules/ioredis/built/utils
NameSizeModeActions
applyMixin.d.ts1830666editdlrm
applyMixin.js3900666editdlrm
argumentParsers.d.ts8100666editdlrm
argumentParsers.js24670666editdlrm
Commander.d.ts12520666editdlrm
Commander.js44260666editdlrm
debug.d.ts6140666editdlrm
debug.js26360666editdlrm
defaults.d.ts6070666editdlrm
defaults.js37860666editdlrm
index.d.ts33290666editdlrm
index.js114520666editdlrm
isArguments.d.ts750666editdlrm
isArguments.js21580666editdlrm
lodash.d.ts970666editdlrm
lodash.js7480666editdlrm
RedisCommander.d.ts4630710666editdlrm
RedisCommander.js2270666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/ioredis/built/utils/debug.d.ts (614B)
declare const MAX_ARGUMENT_LENGTH = 200; /** * helper function that tried to get a string value for * arbitrary "debug" arg */ declare function getStringValue(v: any): string | void; /** * helper function that redacts a string representation of a "debug" arg */ declare function genRedactedString(str: string, maxLen: number): string; /** * a wrapper for the `debug` module, used to generate * "debug functions" that trim the values in their output */ export default function genDebugFunction(namespace: string): (...args: any[]) => void; export { MAX_ARGUMENT_LENGTH, getStringValue, genRedactedString };