import { default } from "https://deno.land/x/script_nop@v2.0.5/src/Rule.ts";
Constructors
new
default(options: RuleOptions)Methods
notifyAction(): Promise<void>
checks if a Rule is satisfied and performs its action. It should only be called by rules that already satisfy its dependencies.