UNPKG

vue-app-sdk

Version:
8 lines (7 loc) 221 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 };