UNPKG

@quinck/collections

Version:

Allows extra operations on JavaScript collections: Array, Map and Set.

11 lines (10 loc) 222 B
export {}; declare global { interface Array<T> { /** * Verify if an erray is empty or not. * @returns true if the array is empty, false otherwise */ isEmpty: boolean; } }