UNPKG

includes-jamo

Version:
20 lines (14 loc) 354 B
[![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