UNPKG

653 BTypeScriptView Raw
1import * as AST from './types/nodes';
2import * as HBS from './types/handlebars-ast';
3export declare function parseElementBlockParams(element: AST.ElementNode): void;
4export declare function childrenFor(node: AST.Block | AST.Template | AST.ElementNode): AST.TopLevelStatement[];
5export declare function appendChild(parent: AST.Block | AST.Template | AST.ElementNode, node: AST.Statement): void;
6export declare function isLiteral(path: HBS.Expression): path is HBS.Literal;
7export declare function isLiteral(path: AST.Expression): path is AST.Literal;
8export declare function printLiteral(literal: AST.Literal): string;
9//# sourceMappingURL=utils.d.ts.map
\No newline at end of file