Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
return strings.reduce((left, right, i) => left + escapePathComponent(toEscape[i - 1]) + right) }
Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities