UNPKG

146 BTypeScriptView Raw
1export { sanitize } from "./lib/index.js";
2export { defaultSchema } from "./lib/schema.js";
3export type Schema = import('./lib/index.js').Schema;