UNPKG

jinaga

Version:

Data management for web and mobile applications.

5 lines 362 B
import { Label, Specification } from "../../src/specification/specification"; import { FactReference } from "../storage"; export declare function describeDeclaration(references: FactReference[], labels: Label[]): string; export declare function describeSpecification(specification: Specification, depth: number): string; //# sourceMappingURL=description.d.ts.map