5 lines
107 B
TypeScript
5 lines
107 B
TypeScript
|
|
declare module '@techknowlogick/license-checker-webpack-plugin' {
|
||
|
|
const plugin: any;
|
||
|
|
export = plugin
|
||
|
|
}
|