UNPKG

nxkit

Version:

This is a collection of tools, independent of any other libraries

9 lines (8 loc) 232 B
import { Document } from './document'; export * from './document'; export * from './node'; export * from './element'; export * from './exception'; export * from './named_node_map'; export * from './parser'; export default Document;