UNPKG

jspurefix

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