webpack-subresource-integrity
Version:
Webpack plugin for enabling Subresource Integrity
10 lines • 495 B
TypeScript
/**
* Copyright (c) 2015-present, Waysact Pty Ltd
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
import type { Compiler, Compilation } from "webpack";
import { getHtmlWebpackPluginHooksType } from "./types";
export declare function install(compiler: Compiler, callback: (compilation: Compilation, hwpHooks: ReturnType<getHtmlWebpackPluginHooksType> | null) => void): void;
//# sourceMappingURL=hooks.d.ts.map