@razorpay/blade
Version:
The Design System that powers Razorpay
11 lines (8 loc) • 308 B
JavaScript
import _typeof from '@babel/runtime/helpers/typeof';
/* eslint-disable @typescript-eslint/no-explicit-any */
function isObject(value) {
var type = _typeof(value);
return value != null && (type === 'object' || type === 'function');
}
export { isObject as default };
//# sourceMappingURL=isObject.js.map