Skip to content

Latest commit

History

History
17 lines (11 loc) 路 253 Bytes

File metadata and controls

17 lines (11 loc) 路 253 Bytes

@babel/helper-get-call-context

Helper function to get the context of a CallExpression

Install

Using npm:

npm install --save-dev @babel/helper-get-call-context

or using yarn:

yarn add @babel/helper-get-call-context --dev