UNPKG

@tidyjs/tidy

Version:

Tidy up your data with JavaScript, inspired by dplyr and the tidyverse

8 lines (6 loc) 181 B
function isObject(obj) { const type = typeof obj; return obj != null && (type === "object" || type === "function"); } export { isObject }; //# sourceMappingURL=isObject.js.map