UNPKG

remark-taggable

Version:

Parse and render custom #tags and @mentions

13 lines (12 loc) 352 B
import { InlineTaggableNode } from "mdast-util-taggable"; declare global { namespace jest { interface Matchers<R extends void, Root> { toContainNode: (received: Root, other: InlineTaggableNode) => { pass: boolean; message: () => string; }; } } } export default undefined;