astro-ghostcms/.pnpm-store/v3/files/a7/208df628ccf6b2c1c152a372dbd...

8 lines
261 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
'use strict';
var toString = Object.prototype.toString;
module.exports = function (x) {
var prototype;
return toString.call(x) === '[object Object]' && (prototype = Object.getPrototypeOf(x), prototype === null || prototype === Object.getPrototypeOf({}));
};