gatelineAPI reference
interface ContractTemplates {
    read(name: string): Promise<null | string>;
}

Methods

Methods

  • Raw template text by contract filename, read from the target repo.

    Parameters

    • name: string

    Returns Promise<null | string>