0.1.2 • Published 4 months ago

hangul-josa v0.1.2

Weekly downloads
4
License
(APACHE-2.0 OR MI...
Repository
github
Last release
4 months ago

hangul-josa NPM Version

은/는, 을/를, 이/가, 와/과, 로/으로 처리를 현대적인 javascript 문법으로 편하게 해보아요.

Let's handle Korean postposition with ease using modern javascript syntax!

import { josa, 는, 을 } from 'hangul-josa'

const player = '지현'
const skill = '구르기'

console.log(josa`${player}${는} ${skill}${을} 사용했다!`)
// 지현은 구르기를 사용했다!

Features

Prior works