@antv/t8
Version:
T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative JSON Schema syntax that can be used to describe the content of data interpretation reports.
14 lines (11 loc) • 376 B
JavaScript
;
/** connect cls, remove empty */
var classnames = function () {
var cls = [];
for (var _i = 0; _i < arguments.length; _i++) {
cls[_i] = arguments[_i];
}
return cls.reduce(function (prev, curr) { return (curr ? "".concat(prev, " ").concat(curr) : prev); }, '');
};
exports.classnames = classnames;
//# sourceMappingURL=classnames.js.map