UNPKG

korimsoft-tyfun

Version:

Korimsoft's TyFun - A library of TypeScript functions, types, helpers, and utilities

4 lines 112 B
export type ObjectMap<TValue> = { [key: string | number]: TValue; }; //# sourceMappingURL=objectMap.d.ts.map