1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00
classcharts-api-js/src/index.ts

4 lines
108 B
TypeScript
Raw Normal View History

2022-03-12 11:30:03 +00:00
export * from "./parent";
export * from "./student";
2022-03-12 11:37:28 +00:00
export * from "./types";
2022-03-12 11:46:49 +00:00
export * from "./dummyClient";