UNPKG

si-funciona

Version:

Funciones de utilidad para uso general. [General usage utility functions.]

10 lines (9 loc) 238 B
import 'core-js/stable'; /** * Check if the provided thing is an object / array. * @memberOf module:objectHelpers * @param {*} object * @returns {boolean} */ declare const isObject: (object: any) => boolean; export default isObject;