UNPKG

161 BTypeScriptView Raw
1declare module 'acorn-jsx' {
2 import { Parser } from 'acorn';
3 function acornJsx(): (BaseParser: typeof Parser) => typeof Parser;
4 export = acornJsx;
5}