hangul-josa
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

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

Package Sidebar

Install

npm i hangul-josa

Weekly Downloads

82

Version

0.1.2

License

(APACHE-2.0 OR MIT)

Unpacked Size

18.8 kB

Total Files

11

Last publish

Collaborators

  • simnalamburt