Newer
Older
framework / node_modules / webpack / schemas / plugins / optimize / AggressiveSplittingPlugin.check.d.ts
@Tiago Leonardo Costa Dias Tiago Leonardo Costa Dias on 13 Mar 2024 284 bytes update
/*
 * This file was automatically generated.
 * DO NOT MODIFY BY HAND.
 * Run `yarn special-lint-fix` to update
 */
declare const check: (options: import("../../../declarations/plugins/optimize/AggressiveSplittingPlugin").AggressiveSplittingPluginOptions) => boolean;
export = check;