UNPKG

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.

9 lines (8 loc) 242 B
import { InternalWalker, TwoSubpatterns } from "./base"; /** * A pattern for ``<interleave>``. */ export declare class Interleave extends TwoSubpatterns { protected _computeHasEmptyPattern(): boolean; newWalker(): InternalWalker; }