MCPcopy Create free account
hub / github.com/microsoft/typescript-go / IsTupleType

Method IsTupleType

internal/checker/types.go:835–837  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

833}
834
835func (t *Type) IsTupleType() bool {
836 return isTupleType(t)
837}
838
839// TypeData
840

Calls 1

isTupleTypeFunction · 0.70

Tested by

no test coverage detected