parseFile
parseFile(
file: string,
options?: ParserOptions,
asStream?: boolean,
): Promise<ParseResult>
Parameters
file: stringurl or path
options: ParserOptions = {}asStream: boolean = falseload file as stream
parseFile(
file: string,
options?: ParserOptions,
asStream?: boolean,
): Promise<ParseResult>
file: string
url or path
options: ParserOptions = {}asStream: boolean = false
load file as stream
Parse css file