swc/crates/swc_bundler/tests/.cache/deno/06840a8904e244f906a89aff3c364599d24554af.ts
2021-11-09 20:42:49 +09:00

7 lines
187 B
TypeScript

// 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]';
}