effect-io-ai

Package: effect
Module: SchemaAST

SchemaAST.isObjectKeyword

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

Signature

declare const isObjectKeyword: (ast: AST) => ast is ObjectKeyword

Source

Since v3.10.0