mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-11 18:59:05 +00:00
feat: denoify (#33)
This commit is contained in:
parent
f2981dd167
commit
f86ded2ae3
31 changed files with 331 additions and 4940 deletions
13
mod.ts
Normal file
13
mod.ts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
export * from "./src/core/studentClient.ts";
|
||||
export * from "./src/core/parentClient.ts";
|
||||
export type {
|
||||
ActivityPoint,
|
||||
Announcement,
|
||||
AttendanceDate,
|
||||
Badge,
|
||||
BehaviourTimelinePoint,
|
||||
Detention,
|
||||
Homework,
|
||||
Lesson,
|
||||
Student,
|
||||
} from "./src/types.ts";
|
||||
Loading…
Add table
Add a link
Reference in a new issue