incercare de NUI-Offline Viewer ca sa nu mai intru in joc pt a vedea NUI-uri.
This commit is contained in:
2026-03-30 01:40:16 +03:00
parent 55e2a09e20
commit 319050b353
623 changed files with 68280 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
'use strict';
/** @type {import('./isObject')} */
module.exports = function isObject(x) {
return !!x && (typeof x === 'function' || typeof x === 'object');
};