We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4ab8a9 + 18666f9 commit aa8ea15Copy full SHA for aa8ea15
src/types/modifiers.ts
@@ -67,6 +67,7 @@ export class AsFlat {
67
}
68
69
70
+export function asMap(): ObservableMap<any>;
71
export function asMap<T>(): ObservableMap<T>;
72
export function asMap<T>(entries: IMapEntries<T>, modifierFunc?: Function): ObservableMap<T>;
73
export function asMap<T>(data: IKeyValueMap<T>, modifierFunc?: Function): ObservableMap<T>;
0 commit comments