UNPKG
@gdquest/gd-exercise
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Core package that handles logic for the GDExercise project.
@gdquest/gd-exercise
/
dist
/
index.d.mts
3 lines
•
174 B
text/typescript
View Raw
1
2
3
export
*
from
"./controller/index.mts"
;
export
{
type
GdExerciseFile
,
type
GdExerciseDirectory
,
type
GdExerciseLog
, }
from
"./utils.mts"
;
//# sourceMappingURL=index.d.mts.map