includes-jamo

check if jamo exist in the string

Usage no npm install needed!

<script type="module">
  import includesJamo from 'https://cdn.skypack.dev/includes-jamo';
</script>

README

MIT Licence

includes-jamo

Check if jamo exist in the string

Install

npm install includes-jamo

Usage

const { includesJamo } = require('includes-jamo');

includesJamo("가나다","ㄱ") // true

License

MIT © Bob Hwang