UNPKG

angular-cli-ghpages

Version:

Deploy your Angular app to GitHub Pages or Cloudflare Pages directly from the Angular CLI (ng deploy)

5 lines (4 loc) 248 B
import { workspaces } from '@angular-devkit/core'; import { Tree } from '@angular-devkit/schematics'; export declare function pathExists(filePath: string): Promise<boolean>; export declare function createHost(tree: Tree): workspaces.WorkspaceHost;