import { type ContextCheckFunction } from "https://deno.land/x/bids_validator@v1.15.0/types/check.ts";
Function interface for writing a check
definition: (schema: GenericSchema, context: BIDSContext) => Promise<void>
x/bids_validator/types/check.ts>ContextCheckFunction
import { type ContextCheckFunction } from "https://deno.land/x/bids_validator@v1.15.0/types/check.ts";
Function interface for writing a check