Skip to content

Latest commit

History

History
19 lines (12 loc) 路 517 Bytes

File metadata and controls

19 lines (12 loc) 路 517 Bytes

@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