# moment-es6

> Module exporting momentjs library object as ES6 style default field

Latest version **1.0.0** (published 2017-01-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install moment-es6
pnpm add moment-es6
yarn add moment-es6
bun add moment-es6
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-01-26 |
| First published | 2017-01-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7 |
| Author | agamnentzar@gmail.com |
| Maintainers | agamnentzar |
| Keywords | es6, moment |

## Links

- npm: https://www.npmjs.com/package/moment-es6
- Repository: https://github.com/Agamnentzar/moment-es6
- Homepage: https://github.com/Agamnentzar/moment-es6#readme
- Issues: https://github.com/Agamnentzar/moment-es6/issues
- npm.io page: https://npm.io/package/moment-es6

## Dependencies (1)

- [moment](https://npm.io/package/moment.md) *

## Recent versions

- 1.0.0 (latest) — 2017-01-26

## README

# moment-es6

Module exporting [momentjs](https://github.com/moment/moment) library object as ES6 style default field

## Installation

```
npm i moment-es6
```
```
jspm i npm:moment-es6
```

## Usage

```javascript
import moment from 'moment-es6';

console.log(moment(123456).fromNow());
```

---
_Source: https://npm.io/package/moment-es6 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
