UNPKG

239 BTypeScriptView Raw
1/**
2 * @type {Handle}
3 * @param {Comment} node
4 */
5export function comment(
6 ctx: import('./types.js').Context,
7 node: Comment
8): string
9export type Handle = import('./types.js').Handle
10export type Comment = import('./types.js').Comment
11
\No newline at end of file