getSuggestion.d.ts 103 B

1
  1. export declare const getSuggestion: (word: string, dictionary?: string[], limit?: number) => string[];