1.0.1 • Published 3 years ago
timetome v1.0.1
timeToMe
timetome is a javascript library to show time in a regular format.
Installation
Use the package manager npm to install timetome.
npm install timetome
Usage
const timetome = require('./timetome');
# return expectation '2022-8-29 10:57:34'
console.log("timetome");
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.