opusdev/vector-similarity-api
1
1'use strict';2 3/** @type {import('./isObject')} */4module.exports = function isObject(x) {5 return !!x && (typeof x === 'function' || typeof x === 'object');6};7 1'use strict';2 3/** @type {import('./isObject')} */4module.exports = function isObject(x) {5 return !!x && (typeof x === 'function' || typeof x === 'object');6};7