UNPKG
@giancosta86/omnicourse-core
Version:
latest (2.0.0-alpha.2)
2.0.0-alpha.2
1.2.0
1.1.0
1.0.0
1.0.0-rc.1
Core model for OmniCourse
github.com/giancosta86/OmniCourse-core
giancosta86/OmniCourse-core
@giancosta86/omnicourse-core
/
dist
/
taxonomy
/
WorkSet.d.ts
7 lines
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
7
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