ideaz-element
Version:
<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>
18 lines (17 loc) • 423 B
JavaScript
import "../../../../utils/index.mjs";
import { isObject as n, isString as i, isArray as u } from "../../../../utils/is.mjs";
function h(e, c) {
return c.filter((r) => {
if (n(e)) {
if (i(e.uncheck))
return r.label !== e.uncheck;
if (u(e.uncheck))
return !e.uncheck.includes(r.label);
}
return !0;
});
}
export {
h as getCheckData
};
//# sourceMappingURL=getCheckedData.mjs.map