UNPKG

222 BTypeScriptView Raw
1/**
2 * Main Lab app view
3 */
4export declare let LabAppView: (req: any, res: any) => any;
5export declare let ApiCordovaProject: (req: any, res: any) => void;
6export declare let ApiPackageJson: (req: any, res: any) => void;