UNPKG

r2-utils-js

Version:

Readium 2 'utils' for NodeJS (TypeScript)

3 lines (2 loc) 157 B
import { FunctionType, IXmlNamespaces } from "../types"; export declare function XmlObject(namespaces?: IXmlNamespaces): (objectType: FunctionType) => void;