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

https://github.com/jamen/babel-preset-esfp


https://github.com/jamen/babel-preset-esfp

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# babel-preset-esfp

> A Babel preset of functional programming goodies

This is inspired from [`es2020`](https://npmjs.com/es2020) and [`es2040`](https://npmjs.com/es2040), but also includes several non-standard plugins. See [`esfp`](https://github.com/jamen/esfp) for more information

## Install

```sh
npm install --save babel-preset-esfp

# with yarn
yarn add babel-preset-esfp
```

## Usage

Inside your `.babelrc` or other configuration:

```js
{
"presets": [ "esfp" ]
}
```

---

Maintained by [Jamen Marz](https://git.io/jamen) (See on [Twitter](https://twitter.com/jamenmarz) and [GitHub](https://github.com/jamen) for questions & updates)