UNPKG

jspurefix

Version:
8 lines (6 loc) 189 B
import { ILooseObject } from '../collections/collection' export interface ISaxNode { readonly name: string readonly attributes: ILooseObject readonly isSelfClosing: boolean }