UNPKG

@cloudinary/url-gen

Version:

You are invited to influence our new SDK [Click here to view github discussion](https://github.com/cloudinary/js-url-gen/discussions/602) =========================

8 lines (7 loc) 103 B
/** * * @param a */ export function isObject(a) { return typeof a === 'object' && a !== null; }