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

3 lines
188 B
Text

import Component from '../../../Component';
import { INode } from '../../../nodes/interfaces';
export default function create_debugging_comment(node: INode, component: Component): string;