first commit
This commit is contained in:
8
frontend/node_modules/antd/lib/_util/isPrimitive.js
generated
vendored
Normal file
8
frontend/node_modules/antd/lib/_util/isPrimitive.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
const isPrimitive = value => typeof value !== 'object' && typeof value !== 'function' || value === null;
|
||||
var _default = exports.default = isPrimitive;
|
||||
Reference in New Issue
Block a user