UNPKG

408 BTypeScriptView Raw
1import { Tree } from '@angular-devkit/schematics';
2import * as ts from '../third_party/github.com/Microsoft/TypeScript/lib/typescript';
3export declare function findBootstrapModuleCall(host: Tree, mainPath: string): ts.CallExpression | null;
4export declare function findBootstrapModulePath(host: Tree, mainPath: string): string;
5export declare function getAppModulePath(host: Tree, mainPath: string): string;