source: imaps-frontend/node_modules/acorn-jsx/index.d.ts@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 262 bytes
Line 
1import { Parser } from 'acorn'
2
3declare const jsx: (options?: jsx.Options) => (BaseParser: typeof Parser) => typeof Parser;
4
5declare namespace jsx {
6 interface Options {
7 allowNamespacedObjects?: boolean;
8 allowNamespaces?: boolean;
9 }
10}
11
12export = jsx;
Note: See TracBrowser for help on using the repository browser.