salve-annos
Version:
A fork with support for documentation of Salve, a Javascript library which implements a validator able to validate an XML document on the basis of a subset of RelaxNG.
10 lines (9 loc) • 392 B
TypeScript
/**
* This module contains classes for writing salve's internal schema format.
*
* @author Louis-Dominique Dubeau
* @license MPL 2.0
* @copyright Mangalam Research Center for Buddhist Languages
*/
import { Element } from "../conversion";
export declare function writeTreeToJSON(tree: Element, formatVersion: number, includePaths?: boolean, verbose?: boolean, rename?: boolean): string;