Skip to main content
Module

x/hoyams/mod.ts>RuleSegment

the validation tool nobody asked for | hoyams = hold on you are missing something aka. zucker
Latest
type alias RuleSegment
import { type RuleSegment } from "https://deno.land/x/hoyams@v0.0.1/mod.ts";
definition:
| Rule<unknown>
| Ruleset<unknown>
| ArrayRule<unknown>
| { [key: string]: RuleSegment; }