UNPKG

@web-atoms/core

Version:
6 lines 159 B
export interface IKeyValuePair { key: string; value: string; } export type KeyValuePairs = IKeyValuePair[]; //# sourceMappingURL=KeyValuePairs.d.ts.map