MCPcopy Index your code
hub / github.com/Effect-TS/effect / isTSet

Function isTSet

packages/effect/src/internal/stm/tSet.ts:32–32  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

30}
31
32const isTSet = (u: unknown) => hasProperty(u, TSetTypeId)
33
34/** @internal */
35export const add = dual<

Callers 1

tSet.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected