UNPKG

223 BTypeScriptView Raw
1import { Parser } from './';
2
3declare const parser: {
4 parsers: {
5 __ng_action: Parser;
6 __ng_binding: Parser;
7 __ng_interpolation: Parser;
8 __ng_directive: Parser;
9 };
10};
11export = parser;