Skip to main content
Module

x/bids_validator/utils/objectPathHandler.ts>hasProp

Validator for the Brain Imaging Data Structure
Latest
variable hasProp
import { hasProp } from "https://deno.land/x/bids_validator@v1.14.13/utils/objectPathHandler.ts";

type

<K extends PropertyKey, T>(obj: T, prop: K) => obj is T & Record<K, unknown>