b65c1badef43af43c02958b86b161f92c4cf9a493b4dafeaf53bb85a812c1a8fa363879558e1fa166247a9ccb3c4279f22679cdaf9577a6f47c924adc23e65 175 B

123456789
  1. 'use strict';
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = string => string.replace(/["']/g, '');
  6. module.exports = exports['default'];