source:
node_modules/ts-toolbelt/out/Misc/Primitive.d.ts
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 127 bytes |
Line | |
---|---|
1 | /** |
2 | * All primitive types |
3 | */ |
4 | export declare type Primitive = boolean | string | number | bigint | symbol | undefined | null; |
Note:
See TracBrowser
for help on using the repository browser.