kittenipc/kitcom/tsparser.go
2025-10-14 16:44:06 +03:00

10 lines
167 B
Go

package main
type TypescriptApiParser struct {
}
func (t *TypescriptApiParser) Parse(sourceFile string) (Api, error) {
//TODO implement me
panic("implement me")
}