UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

2 lines 132 B
const isPrimitive = value => typeof value !== 'object' && typeof value !== 'function' || value === null; export default isPrimitive;