← SchemaASTSchemaAST.isObjectsconsteffect/SchemaAST.ts:365(ast: AST): ast is ObjectsNarrows an AST to Objects.guardsASTObjectsSource effect/SchemaAST.ts:3651 linesexport const const isObjects: ( ast: AST ) => ast is ObjectsNarrows an AST to Objects .@categoryguards@since4.0.0isObjects = function makeGuard<T extends AST["_tag"]>( tag: T ): (ast: AST) => ast is Extract<AST, { _tag: T }>makeGuard("Objects")
SchemaAST.isObjectsconsteffect/SchemaAST.ts:365(ast: AST): ast is ObjectsNarrows an AST to Objects.guardsASTObjects