https://github.com/jamen/babel-preset-esfp
https://github.com/jamen/babel-preset-esfp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamen/babel-preset-esfp
- Owner: jamen
- License: mit
- Created: 2017-05-08T19:52:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T02:08:26.000Z (about 9 years ago)
- Last Synced: 2025-03-09T05:07:05.256Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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)