ship-gis/node_modules/webpack/schemas/plugins/ProgressPlugin.check.d.ts

8 lines
246 B
TypeScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
/*
* This file was automatically generated.
* DO NOT MODIFY BY HAND.
* Run `yarn fix:special` to update
*/
declare const check: (options: import("../../declarations/plugins/ProgressPlugin").ProgressPluginArgument) => boolean;
export = check;