UNPKG

universal-dompurify

Version:

💎 Use DOMPurify for some context by conditional exports

4 lines (3 loc) • 109 B
import DP from 'dompurify'; declare const DOMPurify: ReturnType<typeof DP> | null; export default DOMPurify;