Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/valibot/src/utils/index.ts>_joinExpects

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
function _joinExpects
import { _joinExpects } from "https://deno.land/x/valibot@1.0.0-beta.0-to-json-schema/src/utils/index.ts";

Joins multiple expects values with the given separator.

Parameters

values: string[]

The expects values.

separator: "&" | "|"

The separator.

Returns

string

The joined expects property.