1.0.1 • Published 6 years ago

moment-with-locales-es6 v1.0.1

Weekly downloads
4,680
License
MIT
Repository
github
Last release
6 years ago

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

import moment from 'moment-with-locales-es6';

console.log(moment(123456).fromNow());