UNPKG

@progress/kendo-vue-common

Version:

Kendo UI for Vue Common Utilities package

13 lines (12 loc) 680 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { isObject as r } from "./isObject.mjs"; const n = (...i) => i.filter((t) => t !== !0 && !!t).map((t) => Array.isArray(t) ? n(...t) : r(t) ? Object.keys(t).map((e, l) => t[l] || t[e] && e || null).filter((e) => e !== null).join(" ") : t).filter((t) => !!t).join(" "); export { n as classNames };