helyesiras

Helyesírás ellenőrző API

Usage no npm install needed!

<script type="module">
  import helyesiras from 'https://cdn.skypack.dev/helyesiras';
</script>

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' }