DllPlugin.check.d.ts 235 B

1234567
  1. /*
  2. * This file was automatically generated.
  3. * DO NOT MODIFY BY HAND.
  4. * Run `yarn fix:special` to update
  5. */
  6. declare const check: (options: import("../../declarations/plugins/DllPlugin").DllPluginOptions) => boolean;
  7. export = check;