MCPcopy Create free account
hub / github.com/zenstackhq/zenstack / isObjectExpr

Function isObjectExpr

packages/language/src/generated/ast.ts:770–772  ·  view source on GitHub ↗
(item: unknown)

Source from the content-addressed store, hash-verified

768} as const;
769
770export function isObjectExpr(item: unknown): item is ObjectExpr {
771 return reflection.isInstance(item, ObjectExpr.$type);
772}
773
774export interface Plugin extends langium.AstNode {
775 readonly $container: Model;

Callers 1

getObjectLiteralFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected