Skip to content

sanex3339/typescript-param

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Typescript __param 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({
		__param: 'typescript-param'
	})
],

About

Typescript `__param` helper exported as node module

Resources

Stars

Watchers

Forks

Packages

No packages published