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

16 lines
594 B
Text

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