1.1.3 • Published 4 years ago

cshelper v1.1.3

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 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'))