first commit
This commit is contained in:
2
frontend/node_modules/antd/es/_util/isPrimitive.js
generated
vendored
Normal file
2
frontend/node_modules/antd/es/_util/isPrimitive.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
const isPrimitive = value => typeof value !== 'object' && typeof value !== 'function' || value === null;
|
||||
export default isPrimitive;
|
||||
Reference in New Issue
Block a user