UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

8 lines (7 loc) 256 B
"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;