/home/techb158/balavpn.abdallabala.com/node_modules/which-boxed-primitive
NameSizeModeActions
.github/-0777rm
test/-0777rm
.editorconfig2860666editdlrm
.eslintrc430666editdlrm
.nycrc2160666editdlrm
CHANGELOG.md91200666editdlrm
index.d.ts5570666editdlrm
index.js7180666editdlrm
LICENSE10710666editdlrm
package.json22640666editdlrm
README.md30710666editdlrm
tsconfig.json1140666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/which-boxed-primitive/index.d.ts (557B)
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;