Files
rspade_system/node_modules/webpack/schemas/plugins/BannerPlugin.check.d.ts
2025-12-03 21:28:08 +00:00

8 lines
242 B
TypeScript
Executable File

/*
* This file was automatically generated.
* DO NOT MODIFY BY HAND.
* Run `yarn fix:special` to update
*/
declare const check: (options: import("../../declarations/plugins/BannerPlugin").BannerPluginArgument) => boolean;
export = check;