import { IPCMessage, IonicContext } from './definitions'; import { Executor } from './lib/executor'; export * from './constants'; export * from './guards'; export * from './definitions'; export declare function generateContext(): Promise<IonicContext>; export declare function loadExecutor(ctx: IonicContext, pargv: string[]): Promise<Executor>; export declare function run(pargv: string[]): Promise<void>; export declare function receive(msg: IPCMessage): Promise<void>;
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
assets | Folder | 0755 |
|
|
bin | Folder | 0755 |
|
|
commands | Folder | 0755 |
|
|
lib | Folder | 0755 |
|
|
node_modules | Folder | 0755 |
|
|
CHANGELOG.md | File | 55.09 KB | 0644 |
|
LICENSE | File | 1.05 KB | 0644 |
|
README.md | File | 396 B | 0644 |
|
bootstrap.d.ts | File | 277 B | 0644 |
|
bootstrap.js | File | 1.29 KB | 0644 |
|
constants.d.ts | File | 382 B | 0644 |
|
constants.js | File | 859 B | 0644 |
|
definitions.d.ts | File | 23.34 KB | 0644 |
|
definitions.js | File | 77 B | 0644 |
|
guards.d.ts | File | 4.35 KB | 0644 |
|
guards.js | File | 11.04 KB | 0644 |
|
index.d.ts | File | 472 B | 0644 |
|
index.js | File | 6.73 KB | 0644 |
|
package.json | File | 6.52 KB | 0644 |
|