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

Function isLayer

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

Source from the content-addressed store, hash-verified

274 * @since 2.0.0
275 */
276export const isLayer = (u: unknown): u is Layer<unknown, unknown, unknown> => hasProperty(u, TypeId)
277
278const LayerProto = {
279 [TypeId]: {

Callers 1

Layer.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected