UNPKG

pure-fun

Version:

A collection of pure functions/helpers with 0 dependencies

6 lines (5 loc) 117 B
/** * Checks if the array is empty */ declare const isEmpty: (arr: any[]) => boolean; export default isEmpty;