mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-06 12:27:48 +00:00
7 lines
155 B
JavaScript
7 lines
155 B
JavaScript
/**
|
|
* @typedef {import('hast-util-sanitize').Schema} Options
|
|
*/
|
|
|
|
export {defaultSchema} from 'hast-util-sanitize'
|
|
export {default} from './lib/index.js'
|