UNPKG

onix-core

Version:
4 lines (3 loc) 56 B
export interface Hashtable<T> { [key: string]: T; }