1.6.1 • Published 5 years ago
js-xlibs v1.6.1
xlibs
node environment tools
Install
npm install js-xlibs
# or
yarn add js-xlibsTest
npm run testCoverage
npm run coverageDocs
you can also run npm run docs to get docs file
API
timeFromDate
const { timeFromDate } from 'js-xlibs'
console.log('time:', timeFromDate(new Date()))
// out
// 14:00:07