UNPKG

@cxco/sdk-webhooks

Version:

DigitalCX Webhook library

7 lines (6 loc) 161 B
"use strict"; exports.removeXss = value => { if (typeof value !== 'string') return value; const str = value || ''; return str.replace(/<.+?\/?>/g, ''); };