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

Function isIndexSignatureParameter

packages/effect/src/SchemaAST.ts:2002–2004  ·  view source on GitHub ↗
(ast: AST)

Source from the content-addressed store, hash-verified

2000}
2001
2002function isIndexSignatureParameter(ast: AST): ast is IndexSignatureParameter {
2003 return isIndexSignatureParameterSide(ast) && isIndexSignatureParameterSide(toEncoded(ast))
2004}
2005
2006/**
2007 * Represents an index signature entry within an {@link Objects} node.

Callers 1

constructorMethod · 0.85

Calls 2

toEncodedInterface · 0.85

Tested by

no test coverage detected