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

Method TypeArguments

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

Source from the content-addressed store, hash-verified

655}
656
657func (a *TypeAlias) TypeArguments() []*Type {
658 if a == nil {
659 return nil
660 }
661 return a.typeArguments
662}
663
664// Type
665

Calls

no outgoing calls

Tested by

no test coverage detected