/home/techb158/balavpn.abdallabala.com/node_modules/acorn-jsx
NameSizeModeActions
index.d.ts2620666editdlrm
index.js158270666editdlrm
LICENSE10680666editdlrm
package.json5810666editdlrm
README.md19290666editdlrm
xhtml.js47180666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/acorn-jsx/index.d.ts (262B)
import { Parser } from 'acorn' declare const jsx: (options?: jsx.Options) => (BaseParser: typeof Parser) => typeof Parser; declare namespace jsx { interface Options { allowNamespacedObjects?: boolean; allowNamespaces?: boolean; } } export = jsx;