MCPcopy Create free account
hub / github.com/effect-app/libs / isLayer

Function isLayer

repos/effect/packages/effect/src/Layer.ts:273–273  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

271 * ```
272 *
273 * @category guards
274 * @since 2.0.0
275 */
276export const isLayer = (u: unknown): u is Layer<unknown, unknown, unknown> => hasProperty(u, TypeId)

Callers 1

Layer.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…