Skip to main content
Module

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

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function _joinExpects
import { _joinExpects } from "https://deno.land/x/valibot@v0.39.0/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.