UNPKG

@ionic/cli-plugin-ionic1

Version:

Ionic CLI build plugin for Ionic 1 projects

4 lines (3 loc) 251 B
import { ServerOptions } from './config'; export declare function createLiveReloadServer(options: ServerOptions): Promise<(changedFile: string[]) => void>; export declare function injectLiveReloadScript(content: any, host: string, port: number): any;