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