This file declares a constant check function that takes in options of type ContainerPluginOptions and returns a boolean. The file was automatically generated and should not be modified by hand, but instead updated by running a special lint fix command.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
13 views1 page
Restored File2
This file declares a constant check function that takes in options of type ContainerPluginOptions and returns a boolean. The file was automatically generated and should not be modified by hand, but instead updated by running a special lint fix command.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1
/*
* 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/ContainerPlugin").ContainerPluginOp tions) => boolean; export = check;