date-constants

1.0.0 • Public • Published

date-constants

Build Coverage Dependencies

Provides date-related constants.

Install

npm
$ npm install date-constants

Usage

var constants = require('date-constants');

var max = constants.MAX_DATE;
var min = constants.MIN_DATE;

Tests

To run tests in Node:

$ npm install
$ npm test

Credits

License

The MIT License

Copyright (c) 2013 Jared Hanson <http://jaredhanson.net/>

Readme

Keywords

none

Package Sidebar

Install

npm i date-constants

Weekly Downloads

2

Version

1.0.0

License

none

Last publish

Collaborators

  • jaredhanson