UNPKG

@convergence/convergence

Version:
4 lines (3 loc) 89 B
export declare type StringMapLike<T = any> = Map<string, T> | { [key: string]: T; };