Skip to content

Commit 77c0ac5

Browse files
Merge pull request #51 from anion155/patch-1
Create type definition for module
2 parents a3e0afa + 279fe58 commit 77c0ac5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { Plugin } from 'webpack';
2+
3+
export = HtmlWebpackInlineSourcePlugin;
4+
declare class HtmlWebpackInlineSourcePlugin extends Plugin { }
5+
declare namespace HtmlWebpackInlineSourcePlugin { }

0 commit comments

Comments
 (0)