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