3 lines
100 B
TypeScript
3 lines
100 B
TypeScript
declare const normalizeExternalHTML: (doc: Document) => void;
|
|
export default normalizeExternalHTML;
|