mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-07 20:37:43 +00:00
7 lines
148 B
JavaScript
7 lines
148 B
JavaScript
/**
|
|
* @typedef {import('./lib/index.js').Schema} Schema
|
|
*/
|
|
|
|
export {sanitize} from './lib/index.js'
|
|
export {defaultSchema} from './lib/schema.js'
|