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

5 lines
259 B
TypeScript

export { fromJs } from "./lib/index.js";
export type Options = import('./lib/index.js').Options;
export type Version = import('./lib/index.js').Version;
export type Plugin = import('./lib/index.js').Plugin;
export type Value = import('./lib/index.js').Value;