UNPKG

@imranbarbhuiya/mongoose-fuzzy-searching

Version:
7 lines (6 loc) 149 B
export declare type Idioms = { letter: string; found: boolean; }; declare const _default: (word: string) => string; export default _default;