minishouyin/node_modules/webpack/schemas/plugins/debug/ProfilingPlugin.check.d.ts

8 lines
256 B
TypeScript
Raw Normal View History

2025-11-12 11:35:57 +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/debug/ProfilingPlugin").ProfilingPluginOptions) => boolean;
export = check;