import { evalInitialColumns } from "https://deno.land/x/bids_validator@v1.15.0/schema/tables.ts";
A small subset of tsv schema rules enforce a specific order of columns. No error is currently provided by the rule itself.
x/bids_validator/schema/tables.ts>evalInitialColumns
import { evalInitialColumns } from "https://deno.land/x/bids_validator@v1.15.0/schema/tables.ts";
A small subset of tsv schema rules enforce a specific order of columns. No error is currently provided by the rule itself.