Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benelliott/moment-mini-es6

Like moment-es6, but for moment-mini
https://github.com/benelliott/moment-mini-es6

Last synced: 3 days ago
JSON representation

Like moment-es6, but for moment-mini

Awesome Lists containing this project

README

        

# moment-mini-es6

Like moment-es6, but for moment-mini.

Exports [moment-mini](https://github.com/ksloan/moment-mini) library object as ES6 style default field

## Installation

```
npm i moment-mini-es6
```

## Usage

```javascript
import moment from 'moment-mini-es6';

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