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

Function nominal

packages/effect-app/src/Schema/brand.ts:72–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70export type Unbranded<P> = P extends B.Brand<any> ? B.Brand.Unbranded<P> : P
71
72export const nominal: <A extends B.Brand<any>>() => Constructor<A> = <
73 A extends B.Brand<any>
74>(): Constructor<
75 A
76> => B.nominal<A>() as any

Callers 3

strings.tsFile · 0.90
numbers.tsFile · 0.90
moreStrings.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…