UNPKG

purgo

Version:

Zero-config PHI-scrubber for browser and Node.js

6 lines (5 loc) 152 B
import { PurgoOptions } from './types'; /** * Initialize browser patches */ export declare function initBrowserPatches(options?: PurgoOptions): void;