UNPKG

@altostra/core

Version:

Core library for shared types and logic

2 lines (1 loc) 99 B
export declare function some<T>(iterable: Iterable<T>, predicate?: (item: T) => boolean): boolean;