mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-06 20:37:49 +00:00
7 lines
160 B
JavaScript
7 lines
160 B
JavaScript
/**
|
|
* @typedef {import('./lib/index.js').LightOptions} LightOptions
|
|
* @typedef {import('./lib/index.js').Options} Options
|
|
*/
|
|
|
|
export * from './lib/index.js'
|