release: 0.1.0
This commit is contained in:
parent
ed0a6edec9
commit
a2c51585b4
18 changed files with 2276 additions and 0 deletions
8
src/index.ts
Normal file
8
src/index.ts
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue