UNPKG

@web-atoms/core

Version:
7 lines (5 loc) 117 B
export interface IKeyValuePair { key: string; value: string; } export type KeyValuePairs = IKeyValuePair[];