Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ isMembers
Function
isMembers
packages/effect/src/SchemaAST.ts:1736–1736 ·
view source on GitHub ↗
(as: ReadonlyArray<A>)
Source
from the content-addressed store, hash-verified
1734
1735
/** @internal */
1736
export
const
isMembers = <A>(as: ReadonlyArray<A>): as is Members<A> => as.length > 1
1737
1738
/**
1739
* @category guards
Callers
1
Union
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected