Base UI
NPM Installation / build (16.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (16.x, windows-latest) (push) Has been cancelled
NPM Installation / build (17.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (17.x, windows-latest) (push) Has been cancelled
NPM Installation / build (18.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (18.x, windows-latest) (push) Has been cancelled
NPM Installation / build (16.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (16.x, windows-latest) (push) Has been cancelled
NPM Installation / build (17.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (17.x, windows-latest) (push) Has been cancelled
NPM Installation / build (18.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (18.x, windows-latest) (push) Has been cancelled
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
declare function ToObject<T extends object>(value: number): Number;
|
||||
declare function ToObject<T extends object>(value: boolean): Boolean;
|
||||
declare function ToObject<T extends object>(value: string): String;
|
||||
declare function ToObject<T extends object>(value: bigint): BigInt;
|
||||
declare function ToObject<T extends object>(value: T): T;
|
||||
|
||||
export = ToObject;
|
||||
Reference in New Issue
Block a user