refactor: clearer re-exports
This commit is contained in:
parent
33c2ce2f40
commit
345397f6a3
1 changed files with 4 additions and 8 deletions
12
src/index.ts
12
src/index.ts
|
|
@ -1,10 +1,6 @@
|
|||
import Comcigan from './client'
|
||||
import School from './models/School'
|
||||
export { default } from './client'
|
||||
|
||||
export default Comcigan
|
||||
|
||||
export { School }
|
||||
export * from './models/Region'
|
||||
export * from './models/School'
|
||||
export * from './models/Timetable'
|
||||
export { default as Region } from './models/Region'
|
||||
export { default as School } from './models/School'
|
||||
export { default as Timetable } from './models/Timetable'
|
||||
export { Weekday } from './constants'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue