Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 337 Bytes

File metadata and controls

19 lines (13 loc) · 337 Bytes

API Report File for "@microsoft/rushell"

Do not edit this file. It is a report generated by API Extractor.

// @beta
export interface IRushellExecuteResult {
    value: string;
}

// @beta
export class Rushell {
    // (undocumented)
    execute(script: string): IRushellExecuteResult;
}