UNPKG

jats-xml

Version:

Types and utilities for working with JATS in Typescript

7 lines (6 loc) 208 B
export { default as version } from './version.js'; export { Jats } from './jats.js'; export * from './session.js'; export * from './types.js'; export * from './utils.js'; export * from './validate/index.js';