chore: remove useless type [ci skip]

This commit is contained in:
Evan You 2019-11-06 22:35:56 -05:00
parent 68f28c2667
commit afdca88bf3

View File

@ -1,13 +1,3 @@
export interface Attr {
name: string
value: string
}
export interface ASTNode {
tag: string
attrs: Attr[]
}
import { UrlWithStringQuery, parse as uriParse } from 'url'
// TODO use imports instead.