UNPKG

esast-util-from-js

Version:

estree (and esast) utility to parse from JavaScript

6 lines (5 loc) 259 B
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;