0.2.0 • Published 7 years ago

babel-preset-esfp v0.2.0

Weekly downloads
8
License
-
Repository
github
Last release
7 years ago

babel-preset-esfp

A Babel preset of functional programming goodies

This is inspired from es2020 and es2040, but also includes several non-standard plugins. See esfp for more information

Install

npm install --save babel-preset-esfp

# with yarn
yarn add babel-preset-esfp

Usage

Inside your .babelrc or other configuration:

{
  "presets": [ "esfp" ]
}

Maintained by Jamen Marz (See on Twitter and GitHub for questions & updates)