UNPKG

onix-core

Version:
3 lines 55 B
export interface Hashtable<T> { [key: string]: T; }