experiment: Can't put code in declare sections :-)
This commit is contained in:
parent
78f3975d54
commit
2a9039ac67
8 changed files with 211 additions and 0 deletions
5
src/index.ts
Normal file
5
src/index.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
import Dispatcher from 'core/Dispatcher'
|
||||
import Complex from 'complex/type'
|
||||
import Specifications from 'number/arithmetic'
|
||||
|
||||
export default new Dispatcher(Specifications)
|
Loading…
Add table
Add a link
Reference in a new issue