An open API service indexing awesome lists of open source software.

https://github.com/afrontend/includes-jamo

한글 초성 검색
https://github.com/afrontend/includes-jamo

Last synced: 11 months ago
JSON representation

한글 초성 검색

Awesome Lists containing this project

README

          

[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](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