UNPKG

379 BTypeScriptView Raw
1export declare type KeywordType = 'Call' | 'Modifier' | 'Append' | 'Block';
2export declare function isKeyword(word: string): boolean;
3/**
4 * This includes the full list of keywords currently in use in the template
5 * language, and where their valid usages are.
6 */
7export declare const KEYWORDS_TYPES: {
8 [key: string]: KeywordType[];
9};
10//# sourceMappingURL=keywords.d.ts.map
\No newline at end of file