UNPKG

nope-js-browser

Version:

NoPE Runtime for the Browser. For nodejs please use nope-js-node

11 lines (10 loc) 253 B
/** * @author Martin Karkowski * @email m.karkowski@zema.de */ export declare function project(additionalArguments?: { help: string; type: "string" | "number"; name: string | string; defaultValue?: any; }[]): Promise<void>;