UNPKG

ts-toolbelt

Version:

TypeScript's largest utility library

5 lines (4 loc) 97 B
/** * Describes index keys for any type */ export declare type Key = string | number | symbol;