UNPKG

superviews-loader

Version:

loader module using superviews.js (by davidjamesstone) for webpack.

5 lines (4 loc) 158 B
export interface LoaderContext { cacheable(flag?: boolean): void; } export declare function loaderMain(this: LoaderContext, content: string): string;