mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 12:19:30 +08:00
7 lines
322 B
Text
7 lines
322 B
Text
/**
|
|
* @type {Handle}
|
|
* @param {Root} node
|
|
*/
|
|
export function root(node: Root, _: import("../types.js").Parent | null | undefined, context: import("../types.js").Context, safeOptions: import("../types.js").SafeOptions): string;
|
|
export type Root = import('mdast').Root;
|
|
export type Handle = import('../types.js').Handle;
|