UNPKG
syllabusobject
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.0
A deterministic builder for static syllabus structures with filename-safe output.
syllabusobject
/
index.js
5 lines
(3 loc)
•
98 B
JavaScript
View Raw
1
2
3
4
5
// index.js
export
{
SubjectBuilder
}
from
"./subjectBuilder.js"
;
export
*
from
"./validate.js"
;