includes-jamo
Version:
check if jamo exist in the string
20 lines (14 loc) • 354 B
Markdown
[](https://opensource.org/licenses/mit-license.php)
# includes-jamo
Check if jamo exist in the string
## Install
```sh
npm install includes-jamo
```
## Usage
```
const { includesJamo } = require('includes-jamo');
includesJamo("가나다","ㄱ") // true
```
## License
MIT © Bob Hwang