函数库, 面向复杂业务场景的 js 类库
判断对象是否为空对象
Demo:
import { isEmpty } from 'func-package'; isEmpty({}); // -> true