10 lines
209 B
TypeScript
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
|