Files
ihrm/node_modules/webpack/schemas/plugins/container/ModuleFederationPlugin.check.d.ts

8 lines
286 B
TypeScript
Raw Normal View History

2023-05-10 15:06:57 +05:30
/*
* This file was automatically generated.
* DO NOT MODIFY BY HAND.
* Run `yarn special-lint-fix` to update
*/
declare const check: (options: import("../../../declarations/plugins/container/ModuleFederationPlugin").ModuleFederationPluginOptions) => boolean;
export = check;