UNPKG

piral-cli

Version:

The standard CLI for creating and building a Piral instance or a Pilet.

8 lines (7 loc) 433 B
import { Agent } from 'https'; export declare function retrieveExtraTypings(url: string, httpsAgent: Agent): Promise<string>; export declare function updateFromEmulatorWebsite(targetDir: string, manifestUrl: string, httpsAgent: Agent, interactive: boolean): Promise<void>; export declare function scaffoldFromEmulatorWebsite(rootDir: string, manifestUrl: string, httpsAgent: Agent): Promise<{ name: string; path: string; }>;