SPeCS Packages Documentation
    Preparing search index...
    interface LaraSystemTools {
        new LaraSystemTools(...args: unknown[]): any;
        runCommand(
            command: string | List<string>,
            workingDir: string,
            printToConsole: boolean,
            timeoutNanos?: number,
        ): ProcessOutputAsString;
        [key: string]: any;
        (...args: unknown[]): any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Constructors

    Methods

    Constructors

    Methods