smilenf

1.9.3 • Public • Published

smilenf

Smilenf is a Javascript library to support you speed up your performance, especially for Indonesian developers

ID Currency

const { idCurrency }  = require("smilenf")

idCurrency(10000) // return value 10.000

//with Currency Prefix
idCurrency(10000,"Rp") // return value Rp 10.000

TimeStamp

const { timestamp }  = require("smilenf")

timestamp() // return value 2022-10-21 10:10:10

// with millisecond
timestamp(true) // return value 2022-10-21 10:10:10.666

URL Params Encode

const { paramsEncode }  = require("smilenf")

paramsEncode("Aku Saja") // return value Aku+Saja

Package Sidebar

Install

npm i smilenf

Weekly Downloads

15

Version

1.9.3

License

ISC

Unpacked Size

3.77 kB

Total Files

6

Last publish

Collaborators

  • faturfalhikam