Determines whether the specified callback function returns true for any element of an array.
Uint8Array.some method | globals module | Bun BuildDocsReferenceGuidesBlogDiscord/Globals/Uint8Array/someMsome BuildDocsReferenceGuidesBlogDiscord /Globals/Uint8Array/someMsome @param predicate @param thisArg
Search the reference...
/
method
Uint8Array.somesome(predicate: (value: number, index: number, array: this) => unknown,thisArg?: any): boolean;A function that accepts up to three arguments. The some method calls the predicate function for each element in the array until the predicate returns a value which is coercible to the Boolean value true, or until the end of the array.
An object to which the this keyword can refer in the predicate function. If thisArg is omitted, undefined is used as the this value.
Resources
ReferenceDocsGuidesDiscordMerch StoreGitHubBlogToolkit
RuntimePackage managerTest runnerBundlerPackage runnerProject
Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseBaked with ❤️ in San Francisco
We're hiring →Uint8Array.some method | globals module | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- API documentation for method globals.Uint8Array.some | Bun