Home > harper.js > Linter > exportWords

Linter.exportWords() method

Export all added words from the dictionary. Note that this will NOT export anything from the curated dictionary, only words from previous calls to this.importWords.

Signature:

exportWords(): Promise<string[]>;

Returns:

Promise<string[]>