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

7 lines
322 B
Text

/**
* @type {Handle}
* @param {Text} node
*/
export function text(node: Text, _: import("../types.js").Parent | null | undefined, context: import("../types.js").Context, safeOptions: import("../types.js").SafeOptions): string;
export type Text = import('mdast').Text;
export type Handle = import('../types.js').Handle;