Urara-Blog/node_modules/.pnpm-store/v3/files/25/fa777d5f58ae5660dfc0768e3d3a610314686226104cf3ec1176d0c3e6fb884bd319ee766e218513e7576fb9a8bc6a05762e6570fed9b7474a82d7de79ef59
2022-08-14 01:14:53 +08:00

15 lines
455 B
Text

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