Package: effect
Module: SchemaAST
Narrows an AST to ObjectKeyword.
When to use
Use to identify the AST node for the TypeScript object keyword when
inspecting or transforming a Schema AST.
See
ObjectKeyword for the AST node matched by this guardobjectKeyword for the singleton ObjectKeyword AST instanceisObjects for struct and record AST nodesSignature
declare const isObjectKeyword: (ast: AST) => ast is ObjectKeyword
Since v3.10.0