PATH:
usr
/
lib
/
node_modules
/
forever
/
node_modules
/
which-boxed-primitive
type primitive = string | number | bigint | boolean | symbol | null | undefined; declare function whichBoxedPrimitive(value: primitive): null; declare function whichBoxedPrimitive(value: BigInt): 'BigInt'; declare function whichBoxedPrimitive(value: Boolean): 'Boolean'; declare function whichBoxedPrimitive(value: Number): 'Number'; declare function whichBoxedPrimitive(value: String): 'String'; declare function whichBoxedPrimitive(value: Symbol): 'Symbol'; declare function whichBoxedPrimitive(value: unknown): undefined; export = whichBoxedPrimitive;
[-] tsconfig.json
[edit]
[-] .nycrc
[edit]
[-] README.md
[edit]
[-] package.json
[edit]
[+]
.github
[+]
..
[+]
test
[-] LICENSE
[edit]
[-] .eslintrc
[edit]
[-] index.d.ts
[edit]
[-] .editorconfig
[edit]
[-] index.js
[edit]
[-] CHANGELOG.md
[edit]