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

feat: add all functions of avaliable classcharts

This commit is contained in:
James Cook 2021-10-28 20:40:04 +01:00
parent 7e988a06f9
commit 18c80a13b9
6 changed files with 178 additions and 47 deletions

View file

@ -1,3 +1 @@
import { ClasschartsClient } from './client'
exports.ClasschartsClient = ClasschartsClient
export * from './client'