typescript-awaiter

1.0.0 • Public • Published

Typescript __awaiter helper exported as node module

In cases, when you want to disable typescript helpers generation with --noEmitHelpers flag, you need to include that helpers manually. Now, you can do that easily!

Example with Webpack

// webpack configuration object

plugins: [
	new webpack.ProvidePlugin({
		__awaiter: 'typescript-awaiter'
	})
],

Package Sidebar

Install

npm i typescript-awaiter

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • sanex3339