swc/bundler/tests/.cache/deno/06840a8904e244f906a89aff3c364599d24554af.ts

7 lines
187 B
TypeScript
Raw Normal View History

// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_isObject.js
export default function _isObject(x) {
return Object.prototype.toString.call(x) === '[object Object]';
}