mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-01 21:59:30 +08:00
2 lines
112 B
Text
2 lines
112 B
Text
import { TemplateNode } from '../../interfaces';
|
|
export declare function to_string(node: TemplateNode): string;
|