import { type IVerifier } from "https://deno.land/x/rhum@v2.1.0/src/interfaces.ts";
Base interface for verifiers.
Methods
Verify that the given args were used. Takes a rest parameter of args to use
during verification. At least one arg is required to use this method, which
is the requiredArg
param.