UNPKG

97 BTypeScriptView Raw
1/**
2 * Describes index keys for any type
3 */
4export declare type Key = string | number | symbol;