Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benelliott/moment-mini-es6
- Owner: benelliott
- Created: 2018-04-27T13:44:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T09:22:21.000Z (over 6 years ago)
- Last Synced: 2024-12-20T18:48:44.341Z (about 1 month ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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());
```