Versions in this module Expand all Collapse all v1 v1.0.2 Dec 1, 2021 v1.0.1 Nov 30, 2021 v1.0.0 Nov 19, 2021 Changes in this version + type TsImports []*tsImport + func New() *TsImports + func (i *TsImports) AddDefaultImport(defaultImport string, path string) error + func (i *TsImports) AddNamedImport(namedImport string, path string) error + func (i TsImports) SourceCode() string