mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-09 20:37:50 +00:00
11 lines
420 B
JavaScript
11 lines
420 B
JavaScript
/**
|
|
* @typedef {import('./lib/index.js').CreateContent} CreateContent
|
|
* @typedef {import('./lib/index.js').CreateProperties} CreateProperties
|
|
* @typedef {import('./lib/index.js').CreateRel} CreateRel
|
|
* @typedef {import('./lib/index.js').CreateTarget} CreateTarget
|
|
* @typedef {import('./lib/index.js').Options} Options
|
|
* @typedef {import('./lib/index.js').Target} Target
|
|
*/
|
|
|
|
export {default} from './lib/index.js'
|