moment-with-locales-es6

Module exporting momentjs library with locales usable in ES6 environment

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
moment-with-locales-es6
1001.0.15 years ago6 years agoMinified + gzip package size for moment-with-locales-es6 in KB

Readme

moment-with-locales-es6
Module exporting momentjs library with locales usable in ES6 environment

Installation

``` npm i moment-with-locales-es6 ``` ``` jspm i npm:moment-with-locales-es6 ```

Usage

```javascript import moment from 'moment-with-locales-es6'; console.log(moment(123456).fromNow()); ```