/** * simple alias to save you keystrokes when defining JS typed object maps */ export type StringMap = { [key: string]: T; }; //# sourceMappingURL=string-map.d.ts.map