Replace custom "findSuggestion" function with "levenary" (#10924)

* Replace custom "findSuggestion" function with "levenary"

* Update
This commit is contained in:
Nicolò Ribaudo
2019-12-26 00:44:33 +01:00
parent db3c31a8af
commit 30f3b07ebf
6 changed files with 5 additions and 38 deletions

View File

@@ -190,12 +190,6 @@ declare module "convert-source-map" {
};
}
declare module "js-levenshtein" {
declare module.exports: {
(string, string): number,
};
}
declare module "core-js-compat/data" {
declare type Target = "node" | "chrome" | "opera" | "edge" | "firefox" | "safari" | "ie" | "ios" | "android" | "electron" | "samsung";