Docs (4.0.0)
class ManagedList method

some

Returns true if the provided callback returns true for at least one object in the list.

some(callback: (target: T) => any): boolean

Related