9 lines
No EOL
175 B
JavaScript
9 lines
No EOL
175 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
|
|
exports.default = string => string.replace(/["']/g, '');
|
|
|
|
module.exports = exports['default']; |