UNPKG

@types/array.prototype.every

Version:
8 lines (6 loc) 175 B
declare function every<T>( this: T[] | IArguments, callbackfn: (value: T, index?: number, array?: T[]) => boolean, thisArg?: unknown, ): boolean; export = every;