UNPKG

@awayjs/core

Version:
2 lines 95 B
declare type StringMap<T> = {[key: string]: T}; declare type NumberMap<T> = {[key: number]: T};