How to use the cspell-io.writeToFileIterableP function in cspell-io

To help you get started, we’ve selected a few cspell-io examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github streetsidesoftware / cspell / packages / cspell-tools / src / compiler / fileWriter.ts View on Github external
export function writeSeqToFile(seq: Sequence, outFile: string): Promise {
    return writeToFileIterableP(outFile, seq);
}

cspell-io

A library of useful I/O functions used across various cspell tools.

MIT
Latest version published 7 days ago

Package Health Score

89 / 100
Full package analysis