Rename AsyncMappedList to TypeScript

This commit is contained in:
Danila Fedorin 2021-09-29 18:56:28 -07:00
parent b148f3ca9e
commit e6de873b6e
2 changed files with 1 additions and 1 deletions

View file

@ -23,7 +23,7 @@ import {BaseObservableMap} from "./map/BaseObservableMap.js";
export { ObservableArray } from "./list/ObservableArray";
export { SortedArray } from "./list/SortedArray.js";
export { MappedList } from "./list/MappedList.js";
export { AsyncMappedList } from "./list/AsyncMappedList.js";
export { AsyncMappedList } from "./list/AsyncMappedList";
export { ConcatList } from "./list/ConcatList.js";
export { ObservableMap } from "./map/ObservableMap.js";