Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 354 Bytes

File metadata and controls

19 lines (14 loc) · 354 Bytes

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