UNPKG

node-schematron

Version:

A pure-JS Schematron implementation for Node, browsers and CLI

5 lines (4 loc) 136 B
export declare type FontoxpathOptions = { namespaceResolver: (prefix?: string | null) => string | null; debug?: boolean; };