UNPKG

114 BTypeScriptView Raw
1import { BootstrapOptions } from "./types";
2export declare function bootstrap({modules}: BootstrapOptions): void;