hensei-web/node_modules/postcss-minify-selectors/dist/lib/unquote.js
2020-09-11 06:44:42 -07:00

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'];