3 lines
112 B
Plaintext
3 lines
112 B
Plaintext
import { TemplateNode } from '../../interfaces';
|
|
export declare function to_string(node: TemplateNode): string;
|