Documentation
¶
Index ¶
Constants ¶
View Source
const ( GoTemplate = `module scale go 1.18 {{range .}} require {{.Name}} {{.Version}} {{end}} ` RustTemplate = `` /* 172-byte string literal not displayed */ TypeScriptTemplate = `` /* 204-byte string literal not displayed */ )
Variables ¶
View Source
var ( LUT = map[string]func() []byte{ string(scalefunc.Go): Go, string(scalefunc.Rust): Rust, string(scalefunc.TypeScript): TypeScript, } )
Functions ¶
func TypeScript ¶ added in v0.1.5
func TypeScript() []byte
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.