Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Results ¶
type Results struct {
Types []*TypeInfo
// contains filtered or unexported fields
}
Results holds the final, processed output of a generation pass.
func ProcessTypes ¶
ProcessTypes is the main entry point. It takes a slice of ad-hoc types and returns the complete, resolved Results.
func (*Results) GetTypeInfo ¶
GetTypeInfo allows retrieving the information for a specific type from the final results.
type TSTyper ¶
TSTyper is an interface that a struct can implement to provide custom TypeScript type overrides.
Click to show internal directories.
Click to hide internal directories.