UNPKG

purgo

Version:

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

9 lines (8 loc) 226 B
import { redact } from './redact'; import { PurgoOptions } from './types'; /** * Main Purgo initialization function */ export declare function purgo(options?: PurgoOptions): void; export { redact }; export * from './types';