UNPKG

121 BTypeScriptView Raw
1import { Parser } from './';
2
3declare const parser: {
4 parsers: {
5 glimmer: Parser;
6 };
7};
8export = parser;