UNPKG

@extra2001/compute-engine

Version:

Symbolic computing and numeric evaluations for JavaScript and Node.js

3 lines (2 loc) 184 B
/* 0.28.0 */ /** Given an invalid word, return the best match amongst validWords */ export declare function fuzzyStringMatch(invalidWord: string, validWords: string[]): string | null;