r2-utils-js
Version:
Readium 2 'utils' for NodeJS (TypeScript)
13 lines (12 loc) • 424 B
TypeScript
export * from "./xml-object";
export * from "./xml-xpathselector";
export * from "./xml-type";
export * from "./xml-item-type";
export * from "./xml-converter";
export * from "./xml-readonly";
export * from "./xml-writeonly";
export * from "./xml-discriminator-property";
export * from "./xml-discriminator-value";
export * from "./xml-constructor";
export * from "./before-deserialized";
export * from "./on-deserialized";