1.0.0 • Published 7 years ago

moment-es6 v1.0.0

Weekly downloads
6,507
License
MIT
Repository
github
Last release
7 years ago

moment-es6

Module exporting momentjs library object as ES6 style default field

Installation

npm i moment-es6
jspm i npm:moment-es6

Usage

import moment from 'moment-es6';

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