MCPcopy Index your code

hub / github.com/node-modules/utility / functions

Functions79 in github.com/node-modules/utility

↓ 24 callersFunctionspliceOne
(array, index)
benchmark/array_splice.cjs:14
↓ 20 callersFunctionmd5
(s: HashInput, format?: BinaryToTextEncoding)
src/crypto.ts:46
↓ 9 callersFunctionrandomSlice
(arr: T[], num?: number)
src/array.ts:4
↓ 7 callersFunctionarraySplice
(array, index)
benchmark/array_splice.cjs:9
↓ 7 callersMethodspliceOne
(index)
benchmark/array_splice.cjs:23
↓ 5 callersFunctiongetDateStringParts
(d?: Date, onlyDate?: boolean)
src/date.ts:37
↓ 4 callersFunctionencodeURIComponent
(text: string)
src/web.ts:32
↓ 4 callersFunctionexists
(file: string)
src/fs.ts:8
↓ 4 callersFunctionhash
(method: string, s: HashInput, format?: BinaryToTextEncoding)
src/crypto.ts:18
↓ 4 callersFunctionpseudoRandomString
(length)
benchmark/random_string.cjs:9
↓ 4 callersFunctionrandomString
(length)
benchmark/random_string.cjs:5
↓ 4 callersFunctionsleep
(ms: number)
test/timeout.test.ts:5
↓ 3 callersFunctiondecodeURIComponent
(encodeText: string)
src/web.ts:47
↓ 3 callersFunctiongetArguments
(...args: any[])
test/optimize.test.ts:79
↓ 3 callersFunctionstrictJSONParse
(content: string)
src/json.ts:5
↓ 2 callersFunctionYYYYMMDDHHmmss
(d?: Date | string | number, options?: YYYYMMDDHHmmssOptions)
src/date.ts:112
↓ 2 callersFunctionargumentsToArray
()
benchmark/arguments_to_array.cjs:16
↓ 2 callersFunctionarrayFrom
()
benchmark/arguments_to_array.cjs:20
↓ 2 callersFunctioncreateHashWithMD5
(s)
benchmark/md5.cjs:8
↓ 2 callersFunctioncreateHashWithSHA512
(s)
benchmark/sha512.cjs:8
↓ 2 callersFunctionfasterAccessDate
()
benchmark/date_format.cjs:10
↓ 2 callersFunctionfasterAccessDate2
()
benchmark/date_format.cjs:19
↓ 2 callersFunctionlogDate
(d?: Date | string | null, msSep?: string)
src/date.ts:81
↓ 2 callersFunctionmap0
(obj)
benchmark/map.cjs:7
↓ 2 callersFunctionmap1
(obj)
benchmark/map.cjs:19
↓ 2 callersFunctionmap3
(obj)
benchmark/map.cjs:46
↓ 2 callersFunctionpromiseTimeout
( promiseArg: Promise<T>, timeout: number, )
src/timeout.ts:13
↓ 2 callersFunctionprototypeSlice
()
benchmark/arguments_to_array.cjs:8
↓ 2 callersFunctionrandom256
(upper)
benchmark/random_integer.cjs:9
↓ 2 callersFunctionrandom65536
(upper)
benchmark/random_integer.cjs:13
↓ 2 callersFunctionrunWithTimeout
( scope: () => Promise<T>, timeout: number, )
src/timeout.ts:31
↓ 2 callersFunctionslice
()
benchmark/arguments_to_array.cjs:12
↓ 1 callersFunctionYYYYMMDD
(d?: Date | string, sep?: string)
src/date.ts:133
↓ 1 callersFunctionaccessLogDate
(d?: Date)
src/date.ts:58
↓ 1 callersFunctiondateToUnixTimestamp
(date: Date)
src/date.ts:201
↓ 1 callersFunctionescape
(html: string)
src/web.ts:13
↓ 1 callersFunctiongetParamNames
(func: (...args: any[]) => any, cache?: boolean)
src/function.ts:18
↓ 1 callersFunctiongetTimezone
(d: Date)
src/date.ts:66
↓ 1 callersFunctionhas
(obj: object, prop: string)
src/object.ts:25
↓ 1 callersFunctionisSafeNumberString
(s: string)
src/number.ts:13
↓ 1 callersFunctionmap2
(obj)
benchmark/map.cjs:31
↓ 1 callersFunctionresetTimezone
(date: Date)
src/date.ts:4
↓ 1 callersFunctionsortObject
(o: any)
src/crypto.ts:149
↓ 1 callersFunctiontimestamp
(t?: number | string)
src/date.ts:172
↓ 1 callersFunctiontoSafeNumber
(s: string | number)
src/number.ts:30
FunctionEmptyObject
()
src/object.ts:53
FunctionStore
()
benchmark/map.cjs:43
FunctionargumentsToArray
(args: any[])
src/optimize.ts:56
Functionassign
(target: any, objects: any | any[])
src/object.ts:7
Functionbase64decode
(encodeStr: string, urlSafe?: boolean, encoding?: BufferEncoding | 'buffer')
src/crypto.ts:138
Functionbase64encode
(s: string | Buffer, urlSafe?: boolean)
src/crypto.ts:118
Methodconstructor
(timeout: number)
src/timeout.ts:4
Functiondatestruct
(now?: Date)
src/date.ts:161
Functiondig
(obj?: any, ...keys: string[])
src/optimize.ts:34
Functionfoo
(cid, startDate, endDate, rate, callback)
benchmark/get_paramnames.cjs:7
FunctiongetDateFromMilliseconds
(milliseconds: number, format?: DateFormat)
src/date.ts:215
FunctiongetOwnEnumerables
(obj: any, ignoreNull?: boolean)
src/object.ts:35
Functionhmac
(algorithm: string, key: string, data: string | Buffer, encoding?: BinaryToTextEncoding)
src/crypto.ts:103
FunctionincludesInvalidHttpHeaderChar
(val: string)
src/string.ts:120
Functionmap
(obj?: any)
src/object.ts:60
Functionnewfn
(foo, bar)
benchmark/get_paramnames.cjs:40
Functionnoop
(..._args: any[])
src/function.ts:7
FunctionparseTimestamp
(t: number | string)
src/date.ts:194
Functionrandom
(lower?: number, upper?: number)
src/number.ts:45
FunctionrandomString
(length?: number, charSet?: string)
src/string.ts:1
FunctionreadJSON
(filepath: string)
src/json.ts:36
FunctionreadJSONSync
(filepath: string)
src/json.ts:13
Functionreplace
(str: string, substr: string | RegExp, newSubstr: string | StringReplacer)
src/string.ts:37
FunctionreplaceInvalidHttpHeaderChar
(val: string, replacement?: string | Replacement)
src/string.ts:82
Functionsha1
(s: HashInput, format?: BinaryToTextEncoding)
src/crypto.ts:58
Functionsha256
(s: HashInput, format?: BinaryToTextEncoding)
src/crypto.ts:70
Functionsha512
(s: HashInput, format?: BinaryToTextEncoding)
src/crypto.ts:82
FunctionspliceOne
(arr: T[], index: number)
src/array.ts:25
Functionsplit
(str?: string, sep?: string)
src/string.ts:17
FunctiontryCatch
(fn: () => T)
src/optimize.ts:4
Functionunescape
(html: string, type?: string)
src/web.ts:21
Functionvalue
()
test/object.test.ts:21
FunctionwriteJSON
(filepath: string, content: string | object, options: JSONStringifyOptions = {})
src/json.ts:41
FunctionwriteJSONSync
(filepath: string, content: string | object, options: JSONStringifyOptions = {})
src/json.ts:27