Skip to main content
Home

Built and signed on GitHub Actions

Validator for the Brain Imaging Data Structure

This package works with Deno, BrowsersIt is unknown whether this package works with Node.js
It is unknown whether this package works with Node.js
This package works with Deno
This package works with Browsers
JSR Score
94%
Published
2 months ago (2.0.5)

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@bids/validator

Import symbol

import { type Issue } from "@bids/validator/issues";
or

Import directly with a jsr specifier

import { type Issue } from "jsr:@bids/validator/issues";

Add Package

pnpm i jsr:@bids/validator
or (using pnpm 10.8 or older)
pnpm dlx jsr add @bids/validator

Import symbol

import { type Issue } from "@bids/validator/issues";

Add Package

yarn add jsr:@bids/validator
or (using Yarn 4.8 or older)
yarn dlx jsr add @bids/validator

Import symbol

import { type Issue } from "@bids/validator/issues";

Add Package

npx jsr add @bids/validator

Import symbol

import { type Issue } from "@bids/validator/issues";