0.2.0 • Published 1 year ago

epochee v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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