UNPKG

@types/array.prototype.every

Version:
8 lines (7 loc) 192 B
interface ReadonlyArray<T> { every<T>( this: T[] | IArguments, callbackfn: (value: T, index?: number, array?: T[]) => boolean, thisArg?: unknown, ): boolean; }