Package: effect
Module: Schema
Validates that a string is valid Base64URL encoded data (Base64 with URL-safe characters).
Details
JSON Schema:
This check corresponds to a pattern constraint in JSON Schema that matches
Base64URL format.
Arbitrary:
When generating test data with fast-check, this applies a patterns
constraint to ensure generated strings match the Base64URL pattern.
Signature
declare const isBase64Url: (annotations?: Annotations.Filter) => SchemaAST.Filter<string>
Since v4.0.0