2020-10-30 21:19:21 +01:00

507 B

@babel/plugin-proposal-partial-application

Introduces a new ? token in an argument list which allows for partially applying an argument list to a call expression

See our website @babel/plugin-proposal-partial-application for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-proposal-partial-application

or using yarn:

yarn add @babel/plugin-proposal-partial-application --dev