1.1.2 • Published 4 years ago

omoeo-helper v1.1.2

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
4 years ago

CSTech Helper

This package used for Front-end and Back-end

Installing

  • For npm
npm install git+ssh://git@bitbucket.org:omoeo/omoeo-helper.git
  • For yarn
yarn add git+ssh://git@bitbucket.org:omoeo/omoeo-helper.git

Usage

  • Front-end
const {_string} = require('omoeo-helper/utilities')
console.log(_string.format(new Date(), 'y-m-d'))
  • Back-end
import {_string} from 'omoeo-helper/utilities'
console.log(_string.format(new Date(), 'y-m-d'))