UNPKG

177 BTypeScriptView Raw
1import { Parser } from "../index.js";
2
3export declare const parsers: {
4 __ng_action: Parser;
5 __ng_binding: Parser;
6 __ng_directive: Parser;
7 __ng_interpolation: Parser;
8};