UNPKG

@gapi/cli

Version:
5 lines (4 loc) 959 B
export declare type Tasks = '--inspect' | '--iport' | '--ihost' | '--buildOnly=false' | '--minify=false' | '--start' | '--outDir' | '--outFile' | '--hmr' | '--public-url' | '--glob' | 'add' | '--lint' | 'clean' | 'restart' | 'list' | '--url' | '--folder' | '--pattern' | '--all' | '--link-name' | 'start' | 'status' | 'unlink' | 'link' | 'bootstrap' | '--dry-run' | '--force' | '--source-root' | '--language' | '--schematics-name' | '--method' | 'remove' | 'kill' | 'stop' | '--port' | '--bundle-modules' | '--disable-excluded-folders' | '--inspect-brk' | '--path' | '--pkg-name' | '--ncc-only' | '--pkg-only' | '--assets' | '--single-executable' | '--target=browser' | '--auto-install' | '--hmr-port' | '--cache-dir' | '--cache' | '--source-maps' | '--hmr-hostname' | '--scope-hoist'; export declare const includes: (i: Tasks) => boolean; export declare const nextOrDefault: (i: Tasks, fb?: any, type?: (p: any) => any) => any; export * from './is-windows';