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

8 lines
255 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/LoaderOptionsPlugin").LoaderOptionsPluginOptions) => boolean;
export = check;