fuc-new/doc/node_modules/hast-util-sanitize/lib/schema.d.ts
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

10 lines
209 B
TypeScript

/**
* Default schema.
*
* Follows GitHub style sanitation.
*
* @type {Schema}
*/
export const defaultSchema: Schema;
import type { Schema } from 'hast-util-sanitize';
//# sourceMappingURL=schema.d.ts.map