← SchemaASTSchemaAST.isSuspendconsteffect/SchemaAST.ts:381(ast: AST): ast is SuspendNarrows an AST to Suspend.guardsASTSuspendSource effect/SchemaAST.ts:3811 linesexport const const isSuspend: ( ast: AST ) => ast is SuspendNarrows an AST to Suspend .@categoryguards@since3.10.0isSuspend = function makeGuard<T extends AST["_tag"]>( tag: T ): (ast: AST) => ast is Extract<AST, { _tag: T }>makeGuard("Suspend")
SchemaAST.isSuspendconsteffect/SchemaAST.ts:381(ast: AST): ast is SuspendNarrows an AST to Suspend.guardsASTSuspend