UNPKG

xmlapi

Version:

a common interface for Node and browser native XML APIs

3 lines (2 loc) 154 B
import { AbstractDocument } from '../lib/abstract_document'; export declare function describeConcrete(parse: (xmlstr: string) => AbstractDocument): void;