8 lines
123 B
Go
8 lines
123 B
Go
package main
|
|
|
|
type TypescriptApiParser struct {
|
|
}
|
|
|
|
func (t *TypescriptApiParser) Parse(sourceFile string) (Api, error) {
|
|
}
|