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

8 lines
261 B
JavaScript

/**
* @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'