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

0.1.1 • 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

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i hangul-josa

    Weekly Downloads

    121

    Version

    0.1.1

    License

    (APACHE-2.0 OR MIT)

    Unpacked Size

    14.1 kB

    Total Files

    9

    Last publish

    Collaborators

    • simnalamburt