mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-06 04:19:14 +00:00
6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
/**
|
|
* @typedef {import('./lib/index.js').Options} Options
|
|
*/
|
|
|
|
export {default} from './lib/index.js'
|