Package: effect
Module: SchemaAST
AST node representing the unknown type — every value matches.
Details
Unlike Any, this is type-safe: the parsed result is typed as
unknown rather than any.
See
unknownisUnknownSignature
declare class Unknown
Since v4.0.0