npm.io
1.1.3 • Published 6 years ago

cshelper

Licence
ISC
Version
1.1.3
Deps
8
Size
139 kB
Vulns
31
Weekly
0

CSTech Helper

This package used for Front-end and Back-end

Installing

  • For npm
npm install cshelper
  • For yarn
yarn add cshelper

s

Usage

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