UNPKG

@extra-array/is-empty

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