mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 21:39:43 +00:00
chore: update frontend build for v1.1.83 [skip ci]
This commit is contained in:
6
web/admin-spa/node_modules/es-object-atoms/isObject.js
generated
vendored
Normal file
6
web/admin-spa/node_modules/es-object-atoms/isObject.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
/** @type {import('./isObject')} */
|
||||
module.exports = function isObject(x) {
|
||||
return !!x && (typeof x === 'function' || typeof x === 'object');
|
||||
};
|
||||
Reference in New Issue
Block a user