You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
381 B
15 lines
381 B
4 years ago
|
'use strict';
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
|
||
|
var _getValue = require('./getValue');
|
||
|
|
||
|
var _getValue2 = _interopRequireDefault(_getValue);
|
||
|
|
||
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
||
|
|
||
|
exports.default = (...rules) => rules.map(_getValue2.default).join(' ');
|
||
|
|
||
|
module.exports = exports['default'];
|