(ast: AST)
| 2000 | } |
| 2001 | |
| 2002 | function 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. |
no test coverage detected