UNPKG

shelving

Version:

Toolkit for using data in JavaScript.

8 lines (7 loc) 229 B
/** * Paragraph. * - Captures almost anything in a block context. * - Any run of non-whitespace. * - Leading and trailing whitespace is trimmed. */ export declare const PARAGRAPH_RULE: import("../MarkupRule.js").MarkupRule;