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) =========================

14 lines (10 loc) 205 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); /** * * @param a */ function isObject(a) { return typeof a === 'object' && a !== null; } exports.isObject = isObject;