UNPKG

nope-js-node

Version:

NoPE Runtime for Nodejs. For Browser-Support please use nope-browser

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>;