UNPKG

easy-antd-modal

Version:

二次开发, 简化 Ant Design Modal 的使用方式

3 lines 101 B
export var has = function has(obj, key) { return Object.prototype.hasOwnProperty.call(obj, key); };