index.js 163 B

123456
  1. /**
  2. * @typedef {import('./lib/index.js').Options} Options
  3. * @typedef {import('./lib/index.js').Whitespace} Whitespace
  4. */
  5. export {toText} from './lib/index.js'