Skip to content

Instantly share code, notes, and snippets.

@Anber

Anber/cx.js Secret

Created April 14, 2021 18:18
Show Gist options
  • Save Anber/540ac5a326fb900f1dd75089f2339a90 to your computer and use it in GitHub Desktop.
Save Anber/540ac5a326fb900f1dd75089f2339a90 to your computer and use it in GitHub Desktop.
@linaria/core
"use strict";
exports.__esModule = true;
exports.default = void 0;
var cx = function cx() {
return Array.prototype.slice.call(arguments).filter(Boolean).join(' ');
};
var _default = cx;
exports.default = _default;
//# sourceMappingURL=cx.js.map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment