@babel/helper-remap-async-to-generator

  • Version 8.0.1
  • Published
  • 9.27 kB
  • 3 dependencies
  • MIT license

Install

npm i @babel/helper-remap-async-to-generator
yarn add @babel/helper-remap-async-to-generator
pnpm add @babel/helper-remap-async-to-generator

Overview

Helper function to remap async functions to generators

Index

Functions

function export_default

export_default: (
path: NodePath<types.Function>,
helpers: { wrapAsync: types.Expression; wrapAwait?: types.Expression },
noNewArrows?: boolean,
ignoreFunctionLength?: boolean
) => void;

    Package Files (1)

    Dependencies (3)

    Dev Dependencies (1)

    Peer Dependencies (1)

    Badge

    To add a badge like this onejsDocs.io badgeto your package's README, use the codes available below.

    You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/@babel/helper-remap-async-to-generator.

    • Markdown
      [![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/@babel/helper-remap-async-to-generator)
    • HTML
      <a href="https://www.jsdocs.io/package/@babel/helper-remap-async-to-generator"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>