nope-js-browser
Version:
NoPE Runtime for the Browser. For nodejs please use nope-js-node
17 lines (16 loc) • 420 B
TypeScript
/**
* @author Martin Karkowski
* @email m.karkowski@zema.de
* @create date 2021-07-27 15:45:00
* @modify date 2021-07-27 15:45:00
* @desc [description]
*/
/**
* Starts an interactive console with the loaded dispatcher.
*/
export declare function repl(additionalArguments?: {
help: string;
type: "string" | "number";
name: string | string;
defaultValue?: any;
}[]): Promise<void>;