UNPKG

legal-markdown-js

Version:

Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version

4 lines 281 B
export type FieldKind = 'imported' | 'missing' | 'highlight' | 'crossref'; export declare function fieldSpan(fieldName: string, content: string, kind?: FieldKind): string; export declare function missingFieldSpan(fieldName: string): string; //# sourceMappingURL=field-span.d.ts.map