UNPKG

typescript-algorithms-and-datastructures

Version:
5 lines (4 loc) 71 B
export interface IKeyValuePair<T, U> { key: T; value: U; }