@ethnolib/find-language 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,4 +5,3 @@ export declare const END_OF_MATCH_MARKER = "]";
5
5
  export declare function demarcateResults(results: FuseResult<ILanguage>[]): FuseResult<ILanguage>[];
6
6
  export declare function stripDemarcation(demarcatedText: string | undefined): string | undefined;
7
7
  export declare function deepStripDemarcation<T>(demarcated: T): T;
8
- export declare function demarcateExactMatches(searchString: string, result: ILanguage): ILanguage;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "A library for fuzzy-searching for languages and other utils for language choosers",
4
4
  "author": "SIL Global",
5
5
  "license": "MIT",
6
- "version": "0.0.13",
6
+ "version": "0.0.14",
7
7
  "main": "./index.js",
8
8
  "types": "./index.d.ts",
9
9
  "scripts": {