Hyperlinkv0.8.0-beta.28

Schema

Schema.isStringFiniteconsteffect/Schema.ts:6597
(annotations?: Annotations.Filter): SchemaAST.Filter<string>

Validates that a string represents a finite number.

Details

JSON Schema:

This check corresponds to a pattern constraint in JSON Schema that matches strings representing finite numbers.

Arbitrary:

When generating test data with fast-check, this applies a patterns constraint to ensure generated strings match the number string pattern.

String checks
Source effect/Schema.ts:65971 lines
export const isStringFinite: (annotations?: Annotations.Filter) => SchemaAST.Filter<string> = SchemaAST.isStringFinite
Referenced by 1 symbols