import { Rule } from "https://deno.land/x/script_nop@v1.8.9/mod.ts";
checks if a Rule is satisfied and performs its action. It should only be called by rules that already satisfy its dependencies.
x/script_nop/mod.ts>Rule#notifyAction
import { Rule } from "https://deno.land/x/script_nop@v1.8.9/mod.ts";
checks if a Rule is satisfied and performs its action. It should only be called by rules that already satisfy its dependencies.