Search


Search something to see results

ParseInputFileOptions

interface ParseInputFileOptions {
    asStream?: boolean;
    file: string;
}

Index

Properties

asStream?: boolean
file: string