Repository URL to install this package:
|
Version:
1.1.21 ▾
|
"use strict";
// transpiled export default
Object.defineProperty(exports, '__esModule', {
value: true
}); // eslint-disable-next-line
exports.default = void 0;
const _placeholderUtils = require("./placeholderUtils");
const _preprocessUtils = require("./preprocessUtils");
function _default(cssArr, interpolationNodes) {
// transpiled fn calls
return (0, _preprocessUtils.convertOutputToBabelTypes)((0, _preprocessUtils.preprocessHelper)(cssArr, interpolationNodes, function (x) {
return x;
}, _placeholderUtils.temporaryClassname));
}
exports.default = _default;