hexo/node_modules/webpack/schemas/plugins/IgnorePlugin.check.d.ts

8 lines
253 B
TypeScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
/*
* This file was automatically generated.
* DO NOT MODIFY BY HAND.
* Run `yarn special-lint-fix` to update
*/
declare const check: (options: import("../../declarations/plugins/IgnorePlugin").IgnorePluginOptions) => boolean;
export = check;