UNPKG

@rr0/common

Version:

Common and utility classes

4 lines (3 loc) 61 B
export interface KeyValue<V = any> { [key: string]: V; }