Urara-Blog/node_modules/.pnpm-store/v3/files/11/0a5113bb3cb7246e3e066ad371302d0983898cac1774e66977a1a9bb6be7150eccb06d254aee5ede974c0022e58eaf455a5defc799a0daff8ca5e390dc73ab
2022-08-14 01:14:53 +08:00

17 lines
626 B
Text

/**
* @type {Handle}
* @param {Link} node
*/
export function link(node: Link, _: import("../types.js").Parent | null | undefined, context: import("../types.js").Context, safeOptions: import("../types.js").SafeOptions): string;
export namespace link {
export { linkPeek as peek };
}
export type Link = import('mdast').Link;
export type Handle = import('../types.js').Handle;
export type Exit = import('../types.js').Exit;
/**
* @type {Handle}
* @param {Link} node
*/
declare function linkPeek(node: Link, _: import("../types.js").Parent | null | undefined, context: import("../types.js").Context): string;
export {};