typocomath/src/index.ts

6 lines
170 B
TypeScript

import Dispatcher from 'core/Dispatcher'
import Complex from 'complex/type'
import Specifications from 'number/arithmetic'
export default new Dispatcher(Specifications)