예제 #1
0
파일: text.go 프로젝트: bobappleyard/ts
func init() {
	ts.RegisterExtension("text", pkg)
}
예제 #2
0
파일: math.go 프로젝트: bobappleyard/ts
func init() {
	ts.RegisterExtension("math", pkg)
}
예제 #3
0
파일: system.go 프로젝트: bobappleyard/ts
func init() {
	ts.RegisterExtension("system", pkg)
}
예제 #4
0
파일: re.go 프로젝트: bobappleyard/ts
func init() {
	ts.RegisterExtension("re", pkg)
}