Duffer Derek

Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/unbox-primitive/
Upload File :
Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/unbox-primitive/index.d.ts

declare function unboxPrimitive<T extends unboxPrimitive.Boxed>(value: T): unboxPrimitive.Unbox<T>;

declare namespace unboxPrimitive {
    type Boxed = String | Number | Boolean | Symbol | BigInt;
    type Unbox<T extends Boxed> = T extends String ? string
        : T extends Number ? number
        : T extends Boolean ? boolean
        : T extends Symbol ? symbol
        : T extends BigInt ? bigint
        : never;
}

export = unboxPrimitive;

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists