webpack/schemas/plugins/ManifestPlugin.check.d.ts

8 lines
245 B
TypeScript
Raw Normal View History

2025-09-15 00:24:00 +08:00
/*
* This file was automatically generated.
* DO NOT MODIFY BY HAND.
* Run `yarn fix:special` to update
*/
declare const check: (options: import("../../declarations/plugins/ManifestPlugin").ManifestPluginOptions) => boolean;
export = check;