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'
|