import * as valibot from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/src/utils/index.ts";
Functions
Adds an issue to the dataset. | |
Returns the byte count of the input. | |
Returns the grapheme count of the input. | |
Returns the word count of the input. | |
Checks whether a string with numbers corresponds to the luhn algorithm. | |
Disallows inherited object properties and prevents object prototype pollution by disallowing certain keys. | |
Joins multiple | |
Stringifies an unknown input to a literal or type string. | |
Creates an object entries definition from a list of keys and a schema. | |
Creates and returns the dot path of an issue if possible. | |
A generic type guard to check the kind of an object. | |
A generic type guard to check the type of an object. | |
A type guard to check if an error is a ValiError. |