You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lists words in languages. Currently there is only Turkish and English.
Installation
With npm
npm i @technoeren13/word-list
With yarn
yarn add @technoeren13/word-list
Usage
import*assearchWordfrom"word-list";constwordList=searchWord.wordListArray("tr"/* or en */);// Returns Arrayconstresult=searchWord.searchWord("kebap","tr"/* or en */);// Returns Arrayconstresult=searchWord.startWith("kebap","tr"/* or en */);// Returns Arrayconstresult=searchWord.searchWithLength(4,"tr"/* or en */);// Returns Arrayconstresult=searchWord.isWordExist("kebap","tr"/* or en */);// Returns Boolean
Information
Languages: Turkish, English
English words are from here (274926 words/perhaps)