https://github.com/afrontend/includes-jamo
한글 초성 검색
https://github.com/afrontend/includes-jamo
Last synced: 11 months ago
JSON representation
한글 초성 검색
- Host: GitHub
- URL: https://github.com/afrontend/includes-jamo
- Owner: afrontend
- License: mit
- Created: 2020-05-04T13:45:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T12:28:52.000Z (almost 2 years ago)
- Last Synced: 2025-06-11T00:44:04.686Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://agvim.wordpress.com/2020/05/11/check-a-string-if-jamo-is-exist/
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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