@jsep-plugin/async-await
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

npm size

@jsep-plugin/async-await

A JSEP plugin for adding async/await support. Allows expressions of the form:

jsep('await a');
jsep('await a.find(async (v1, v2) => await v1(v2))');

Install

npm install @jsep-plugin/async-await
# or
yarn add @jsep-plugin/async-await

Usage

import jsep from 'jsep';
import jsepAsyncAwait from '@jsep-plugin/async-await';
jsep.plugins.register(jsepAsyncAwait);

Meta

LICENSE (MIT)

Readme

Keywords

none

Package Sidebar

Install

npm i @jsep-plugin/async-await

Weekly Downloads

63

Version

1.0.2

License

MIT

Unpacked Size

17.5 kB

Total Files

15

Last publish

Collaborators

  • 6utt3rfly
  • leaverou
  • smekkie
  • soney