UNPKG

symspell-ex

Version:

Spelling correction & Fuzzy search based on symmetric delete spelling correction algorithm

14 lines (13 loc) 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Utils = void 0; class Utils { constructor() { this._alphabetExpressions = [ {} ]; } detectAlphabet(input) { } } exports.Utils = Utils;