mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-03-24 19:22:17 +08:00
2 lines
57 B
JavaScript
2 lines
57 B
JavaScript
module.exports = (a) => !!a && a.constructor === Object;
|