Urara-Blog/node_modules/.pnpm-store/v3/files/22/93d992c4c28c1f98e480ffd5e3ea49032eaa87b1d52d28807bd0470f7953cbd4e24bc2643162e385f789580fe00067f7eedd3ce6008eae679d6fa0ddb7b1dc
2022-08-14 01:14:53 +08:00

5 lines
137 B
Text

'use strict';
module.exports = function (x) {
var type = typeof x;
return x !== null && (type === 'object' || type === 'function');
};