UNPKG

79 BTypeScriptView Raw
1export declare function createMap<T>(): {
2 [key: string]: T | undefined;
3};