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