huy-bui-util
v0.0.113
Published
> A Javascript library with utility funtions that useful
Readme
azoom-util
A Javascript library with utility funtions that useful
import { formatYen, formatDate } from '@azoom/util'
formatDate(new Date(2020, 12, 01), 'yy年MM月dd日')
// => '2020年12月01日'
formatYen(1000)
// => 1000円The library is available as an private npm package. To install the package run:
(You should config github authToken at .npmrc to install)
npm install @azoom/util
# or with yarn
yarn add @azoom/util