source:
node_modules/ts-toolbelt/out/Any/Key.d.ts
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 97 bytes |
Line | |
---|---|
1 | /** |
2 | * Describes index keys for any type |
3 | */ |
4 | export declare type Key = string | number | symbol; |
Note:
See TracBrowser
for help on using the repository browser.