Show / Hide Table of Contents

    Interface SyncHostOptions

    Inheritance
    HostBaseOptions
    SyncHostOptions
    Package: grammarkdown

    Properties

    readFileSync

    Declaration
    readFileSync?: LegacyReadFileSyncCallback | ReadFileSyncCallback | false;
    Property Value
    Type Description
    LegacyReadFileSyncCallback | ReadFileSyncCallback | false

    writeFileSync

    Declaration
    writeFileSync?: LegacyWriteFileSyncCallback | WriteFileSyncCallback | false;
    Property Value
    Type Description
    LegacyWriteFileSyncCallback | WriteFileSyncCallback | false
    Back to top Generated by DocFX