1.0.1 • Published 7 years ago

genie-utils v1.0.1

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
7 years ago

Genie Utils

A useful library of utilities for node.js used by Genie.

It provides additional functionality for manipulating and converting various types of data, including converting strings between various forms, and lightweight html text conversion.

Usage

npm install genie-utils --save

... then ...

const utils = require('genie-utils')
console.log(utils.postposition('한글', '을'))	// 한글을

Bundled with GenieFramework

If you're using Genie, it exposes this library as .utils.

const genie = require('genie')
const utils = genie.utils

String utilities

  • postposition(txt, pp) - postposition for Korean

Credits