@dialpad/dialtone
Version:
Dialpad's Dialtone design system monorepo
6 lines (5 loc) • 346 B
JavaScript
const t = (e) => !e.index || typeof e.index == "number", a = (e) => e.value ? typeof e.value == "string" || typeof e.value == "number" : !1, l = (e) => e.label ? typeof e.label == "string" : !1, n = (e) => e ? e.every((r) => !(!t(r) || !a(r) || !l(r))) : !0;
export {
n as optionsValidator
};
//# sourceMappingURL=select-menu-validators.js.map