UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

9 lines (6 loc) 159 B
'use strict'; exports.__esModule = true; exports.default = function (string) { return string.replace(/["']/g, ''); }; module.exports = exports['default'];