Urara-Blog/node_modules/.pnpm-store/v3/files/4d/7ba46d0eff0271b2e01552349533f2d644d3268e0d3ca51b57d44c0b009033cf6f7bf86cc6b99066e86737f223089bb457cc755d466851ea95ab3ee81571ca
2022-08-14 01:14:53 +08:00

15 lines
527 B
Text

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