MCPcopy Create free account
hub / github.com/Effect-TS/effect / id

Function id

packages/effect/src/Optic.ts:1358–1360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1356 * @since 4.0.0
1357 */
1358export function id<S>(): Iso<S, S> {
1359 return identityIso
1360}
1361
1362/**
1363 * Iso that converts a `Record<string, A>` to an array of

Callers 1

forEachMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected