Console adapter options

interface IConsoleOptions {
    code?: string;
}

Properties

Properties

code?: string

Initial code to run.