helyesiras
v1.0.4
Published
Helyesírás ellenőrző API
Downloads
4
Readme
Installation
Using npm:
$ npm i -g npm
$ npm i --save helyesiras
In Node.js:
// Load the full build.
import { wordCheck } from 'helyesiras';
// Get the result
const word = wordCheck('lyuk');
console.log(word) // { state: 'helyes', value: 'lyuk' }