genie-utils

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i genie-utils

Weekly Downloads

2

Version

1.0.1

License

GPL-3.0

Unpacked Size

9.84 kB

Total Files

7

Last publish

Collaborators

  • genii-services