Parameters
string
required
The string to validate
string
required
The name of the identifier, for error messages
required
The error type to return if validation fails
Returns
Result<void, T>Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Warning: This documentation is a WIP.
validateSafeUniqueString(value: string, name: string, ErrorType: ErrorConstructor<T>): Result<void, T>
Result<void, T>Was this page helpful?