UNPKG

@skybloxsystems/ticket-bot

Version:
9 lines (7 loc) 161 B
declare function sanitize( input: string, options?: { replacement?: string | ((substring: string) => string); } ): string; export = sanitize;