fluidtrends/papanache

View on GitHub
lib/web/DynamicPlugin.d.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 *
 */
export declare class DynamicPlugin {
    protected _options: any;
    protected _bundles: any;
    constructor(options: any);
    get options(): any;
    get bundles(): any;
    /**
     *
     * @param compiler
     */
    apply(compiler: any): void;
}