UNPKG

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