UNPKG

@tidyjs/tidy

Version:

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

12 lines (8 loc) 268 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function isObject(obj) { const type = typeof obj; return obj != null && (type === "object" || type === "function"); } exports.isObject = isObject; //# sourceMappingURL=isObject.js.map