UNPKG

@extra-array/is-empty.min

Version:
11 lines (8 loc) 208 B
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}