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

Function UniqueSymbol

packages/effect/src/Schema.ts:3294–3296  ·  view source on GitHub ↗
(symbol: sym)

Source from the content-addressed store, hash-verified

3292 * @since 4.0.0
3293 */
3294export function UniqueSymbol<const sym extends symbol>(symbol: sym): UniqueSymbol<sym> {
3295 return make(new SchemaAST.UniqueSymbol(symbol))
3296}
3297
3298/**
3299 * Namespace for struct field type utilities.

Callers

nothing calls this directly

Calls 1

makeFunction · 0.70

Tested by

no test coverage detected