Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/src/actions/partialCheck/utils/index.ts>_isPartiallyTyped

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function _isPartiallyTyped
import { _isPartiallyTyped } from "https://deno.land/x/valibot@v0.35.0/src/actions/partialCheck/utils/index.ts";

Checks if a dataset is partially typed.

Parameters

dataset: Dataset<unknown, BaseIssue<unknown>>

The dataset to check.

pathList: readonly (readonly (string | number)[])[]

The list of paths to check.

Returns

boolean

Whether it is partially typed.