/** * Native object key type of `string`, `number, and `symbol` */ export type Key = string | number | symbol; //# sourceMappingURL=key.d.ts.map