UNPKG

nsn-util

Version:

NSN工具辅助组件

7 lines (6 loc) 226 B
import { groupBy } from 'lodash'; /** 空数组 */ declare const isEmpty: (item?: Array<any>) => boolean; /** 非空数组 */ declare const isNotEmpty: (item?: Array<any>) => boolean; export { isEmpty, isNotEmpty, groupBy, };