README
checkMyWord
Module for checking the word againsta a collection of words
Installation
npm install word-check
Usage
var wordCheck = require('word-check');
wordCheck("string1");
Module for checking the word againsta a collection of words
<script type="module">
import wordCheck from 'https://cdn.skypack.dev/word-check';
</script>
checkMyWord
Module for checking the word againsta a collection of words
Installation
npm install word-check
Usage
var wordCheck = require('word-check');
wordCheck("string1");