Search


Search something to see results

ParseInputFileOptions

Input file options

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

Index

Properties

asStream?: boolean

Load file as stream

file: string

File path or url