simple-squiggle

A restricted subset of Squiggle
Log | Files | Refs | README

BannerPlugin.check.d.ts (247B)


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