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

Function isPropertySignature

packages/effect/src/Schema.ts:1859–1860  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

1857 * @category guards
1858 */
1859export const isPropertySignature = (u: unknown): u is PropertySignature.All =>
1860 Predicate.hasProperty(u, PropertySignatureTypeId)
1861
1862/**
1863 * @category PropertySignature

Callers 2

getDefaultTypeLiteralASTFunction · 0.85
lazilyMergeDefaultsFunction · 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…