release: 0.1.0

This commit is contained in:
Starcea 2024-06-27 23:57:01 +09:00
commit a2c51585b4
No known key found for this signature in database
GPG key ID: B7A77E32374911E1
18 changed files with 2276 additions and 0 deletions

8
src/index.ts Normal file
View file

@ -0,0 +1,8 @@
import Comcigan from './client'
export default Comcigan
export * from './models/Region'
export * from './models/School'
export * from './models/Timetable'
export { Weekday } from './constants'