UNPKG

esast-util-from-js

Version:

estree (and esast) utility to parse from JavaScript

9 lines (7 loc) 261 B
/** * @typedef {import('./lib/index.js').Options} Options * @typedef {import('./lib/index.js').Version} Version * @typedef {import('./lib/index.js').Plugin} Plugin * @typedef {import('./lib/index.js').Value} Value */ export {fromJs} from './lib/index.js'