epochee
v0.2.0
Published
Sane datetime manipulation.
Downloads
1
Maintainers
Readme
epochee
THIS LIBRARY IS IN ALPHA - PLEASE DO NOT USE IN PRODUCTION!
Sane date-time manipulation.
Installation
To install epochee
just include it to your project like so:
npm install --save epochee
After npm has downloaded the library, you can start importing and using it as normal:
ES6 module*preferred
import { epochee } from "epochee";
CommonJS
const epochee = require("epochee").epochee;
Getting Started
// TODO - Library not finished