IOweb/node_modules/estree-util-to-js/index.d.ts
2026-07-03 15:07:38 -05:00

7 lines
351 B
TypeScript

export { toJs } from "./lib/index.js";
export { jsx } from "./lib/jsx.js";
export type Handler = import('./lib/index.js').Handler;
export type Handlers = import('./lib/index.js').Handlers;
export type Options = import('./lib/index.js').Options;
export type Result = import('./lib/index.js').Result;
export type State = import('./lib/index.js').State;