Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 293 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 293 Bytes

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());