index.js 160 B

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