declare module "@extra-array/is-empty.min" {


/**
 * Checks is array is empty.
 * @param x an array
 */
declare function isEmpty<T>(x: T[]): boolean;
export = isEmpty;
//# sourceMappingURL=isEmpty.d.ts.map}
