/var/www/greso.tech/server/nsm/node_modules/acorn-jsx
NameSizeModeActions
index.d.ts2620644editdlrm
index.js158270644editdlrm
LICENSE10680644editdlrm
package.json5810644editdlrm
README.md19290644editdlrm
xhtml.js47180644editdlrm
Edit: /var/www/greso.tech/server/nsm/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;