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/mod.ts
James Cook a9afa0e9e5 feat: export types to classcharts-api/types
This allow types to be easily accessed without knowing the full path.
Eliminates the need to decide which types should be exported from mod.ts
2023-09-15 17:06:59 +01:00

2 lines
89 B
TypeScript

export * from "./src/core/studentClient.ts";
export * from "./src/core/parentClient.ts";