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