hunspell-reader
Advanced tools
Comparing version 5.12.4 to 5.12.5
@@ -63,2 +63,8 @@ import { Aff, AffWord } from './aff'; | ||
seqRootWords(): Sequence<string>; | ||
/** | ||
* | ||
* @param affFile - path to aff file. | ||
* @param dicFile - path to dic file. | ||
* @returns IterableHunspellReader | ||
*/ | ||
static createFromFiles(affFile: string, dicFile: string): Promise<IterableHunspellReader>; | ||
@@ -65,0 +71,0 @@ } |
@@ -120,2 +120,8 @@ "use strict"; | ||
} | ||
/** | ||
* | ||
* @param affFile - path to aff file. | ||
* @param dicFile - path to dic file. | ||
* @returns IterableHunspellReader | ||
*/ | ||
static async createFromFiles(affFile, dicFile) { | ||
@@ -122,0 +128,0 @@ const aff = await (0, affReader_1.parseAffFileToAff)(affFile, defaultEncoding); |
{ | ||
"name": "hunspell-reader", | ||
"version": "5.12.4", | ||
"version": "5.12.5", | ||
"description": "A library for reading Hunspell Dictionary Files", | ||
@@ -75,3 +75,3 @@ "bin": "bin.js", | ||
}, | ||
"gitHead": "3e9973c39725f65141683b373ed839562f28bd94" | ||
"gitHead": "84a21d1f7cbd17cc9633aafdff6dce19d6de35b5" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57005
1420