chore: remove useless type [ci skip]
This commit is contained in:
parent
68f28c2667
commit
afdca88bf3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user