Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ make
Function
make
packages/effect/src/internal/stream.ts:3812–3812 ·
view source on GitHub ↗
(...as: As)
Source
from the content-addressed store, hash-verified
3810
3811
/** @internal */
3812
export
const
make = <As extends Array<any>>(...as: As): Stream.Stream<As[number]> => fromIterable(as)
3813
3814
/** @internal */
3815
export
const
map = dual<
Callers
2
either
Function · 0.70
stream.ts
File · 0.70
Calls
1
fromIterable
Function · 0.70
Tested by
no test coverage detected