UNPKG

@giancosta86/omnicourse-core

Version:
7 lines 285 B
import { SortedSet } from "@rimbu/sorted"; import { LocaleLike } from "@giancosta86/hermes"; import { Work } from "./Work"; export declare namespace WorkSet { function createSorted(locale: LocaleLike, works: Iterable<Work>): SortedSet<Work>; } //# sourceMappingURL=WorkSet.d.ts.map