mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
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
2 lines
89 B
TypeScript
2 lines
89 B
TypeScript
export * from "./src/core/studentClient.ts";
|
|
export * from "./src/core/parentClient.ts";
|