UNPKG

jats-xml

Version:

Types and utilities for working with JATS in Typescript

5 lines 196 B
import type { VFile } from 'vfile'; export declare function recordJatsMessage(vfile: VFile | undefined, reason: string, opts?: { note?: string; }): void; //# sourceMappingURL=messages.d.ts.map