README
xlibs
node environment tools
Install
npm install js-xlibs
# or
yarn add js-xlibs
Test
npm run test
Coverage
npm run coverage
Docs
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