UNPKG

extension-develop

Version:
3 lines (2 loc) 179 B
import { StartOptions } from './develop-lib/config-types'; export declare function extensionStart(pathOrRemoteUrl: string | undefined, startOptions: StartOptions): Promise<void>;