UNPKG

@ionic/cli-plugin-ionic1

Version:

Ionic CLI build plugin for Ionic 1 projects

9 lines (8 loc) 322 B
/// <reference types="express" /> import * as expressType from 'express'; import { IonicEnvironment } from '@ionic/cli-utils'; import { ServerOptions } from './config'; /** * Create HTTP server */ export declare function createHttpServer(env: IonicEnvironment, options: ServerOptions): Promise<expressType.Application>;