UNPKG

@syntest/init

Version:

The setup application of the SynTest Framework

6 lines 233 B
import { Module, ModuleManager } from "@syntest/module"; export default class InitModule extends Module { constructor(); register(moduleManager: ModuleManager): void | Promise<void>; } //# sourceMappingURL=InitModule.d.ts.map