Interface ParseOptions

interface ParseOptions {
    stream: boolean;
}

Properties

Properties

stream: boolean

Generated using TypeDoc