Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TypeScriptify ¶
type TypeScriptify struct { Prefix string Suffix string Indent string CreateFromMethod bool BackupDir string // If empty no backup DontExport bool Exclude map[reflect.Type]bool // contains filtered or unexported fields }
func New ¶
func New() *TypeScriptify
func (*TypeScriptify) Add ¶
func (t *TypeScriptify) Add(obj interface{}, path string)
func (TypeScriptify) ConvertToFiles ¶ added in v0.1.0
func (t TypeScriptify) ConvertToFiles() error
Convert to files
Click to show internal directories.
Click to hide internal directories.