/home/techb158/balavpn.abdallabala.com/node_modules/unbox-primitive
NameSizeModeActions
.github/-0777rm
test/-0777rm
.editorconfig2860666editdlrm
.eslintrc430666editdlrm
.nycrc2160666editdlrm
CHANGELOG.md85560666editdlrm
index.d.ts4490666editdlrm
index.js15320666editdlrm
LICENSE10710666editdlrm
package.json22500666editdlrm
README.md21400666editdlrm
tsconfig.json680666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/unbox-primitive/index.d.ts (449B)
declare function unboxPrimitive(value: T): unboxPrimitive.Unbox; declare namespace unboxPrimitive { type Boxed = String | Number | Boolean | Symbol | BigInt; type Unbox = T extends String ? string : T extends Number ? number : T extends Boolean ? boolean : T extends Symbol ? symbol : T extends BigInt ? bigint : never; } export = unboxPrimitive;