Package: effect
Module: SchemaAST
Provides the singleton ObjectKeyword AST instance.
When to use
Use to reuse the canonical AST node for the TypeScript object keyword when
building or comparing SchemaAST values directly.
See
ObjectKeyword for the AST node classisObjectKeyword for narrowing an AST to an ObjectKeyword nodeSignature
declare const objectKeyword: ObjectKeyword
Since v3.10.0