mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 18:48:14 +08:00
9 lines
290 B
TypeScript
9 lines
290 B
TypeScript
|
/**
|
||
|
* @param {Link} node
|
||
|
* @param {State} state
|
||
|
* @returns {boolean}
|
||
|
*/
|
||
|
export function formatLinkAsAutolink(node: Link, state: State): boolean;
|
||
|
import type { Link } from 'mdast';
|
||
|
import type { State } from 'mdast-util-to-markdown';
|
||
|
//# sourceMappingURL=format-link-as-autolink.d.ts.map
|