UNPKG

@qvant/qui-max

Version:

A Vue 3 Design system for Web.

7 lines (6 loc) 258 B
function isKeyable(value) { var type = typeof value; return type == "string" || type == "number" || type == "symbol" || type == "boolean" ? value !== "__proto__" : value === null; } export { isKeyable as default }; //# sourceMappingURL=_isKeyable.js.map