source:
node_modules/ts-toolbelt/out/Misc/BuiltIn.d.ts
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 144 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 1 | /** |
2 | * @hidden | |
3 | */ | |
4 | export declare type BuiltIn = Function | Error | Date | { | |
5 | readonly [Symbol.toStringTag]: string; | |
6 | } | RegExp | Generator; |
Note:
See TracBrowser
for help on using the repository browser.