UNPKG

mdast-util-toc

Version:

mdast utility to generate a table of contents from a tree

8 lines 206 B
/** * Transform a string into an applicable expression. * * @param {string} value * @returns {RegExp} */ export function toExpression(value: string): RegExp; //# sourceMappingURL=to-expression.d.ts.map