Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hangul-josa

simnalamburt318(APACHE-2.0 OR MIT)0.1.2TypeScript support: included

Let's handle 은/는, 을/를, 이/가, 와/과 with ease using modern javascript syntax!

Hangul, Korean, josa, postposition

readme

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