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'
|
export { default } from './client'
|
||||||
import School from './models/School'
|
|
||||||
|
|
||||||
export default Comcigan
|
export { default as Region } from './models/Region'
|
||||||
|
export { default as School } from './models/School'
|
||||||
export { School }
|
export { default as Timetable } from './models/Timetable'
|
||||||
export * from './models/Region'
|
|
||||||
export * from './models/School'
|
|
||||||
export * from './models/Timetable'
|
|
||||||
export { Weekday } from './constants'
|
export { Weekday } from './constants'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue