A first pass at specifying some implementations in TypeScript that actually compiles. It doesn't do anything, as installing types and operation specifications are currently dummy operations, but they are all invoked.
4 lines
138 B
TypeScript
4 lines
138 B
TypeScript
import {Dispatcher} from './core/Dispatcher.js'
|
|
import * as Specifications from './all.js'
|
|
|
|
export default new Dispatcher(Specifications)
|