UNPKG

164 BTypeScriptView Raw
1export declare class StaticAssetPlugin {
2 private name;
3 private contents;
4 constructor(name: string, contents: string);
5 apply(compiler: any): void;
6}