/** * Type representing a key value. * * @type {KeyValue} */ export type KeyValue = string | number; //# sourceMappingURL=key-value.d.ts.map