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

Method Type

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

Source from the content-addressed store, hash-verified

1348}
1349
1350func (typePredicate *TypePredicate) Type() *Type {
1351 return typePredicate.t
1352}
1353
1354func (typePredicate *TypePredicate) Kind() TypePredicateKind {
1355 return typePredicate.kind

Calls

no outgoing calls

Tested by

no test coverage detected