Buckets:
| export default function some(values, test) { | |
| if (typeof test !== "function") throw new TypeError("test is not a function"); | |
| let index = -1; | |
| for (const value of values) { | |
| if (test(value, ++index, values)) { | |
| return true; | |
| } | |
| } | |
| return false; | |
| } | |
Xet Storage Details
- Size:
- 263 Bytes
- Xet hash:
- c01892c9168c636ba899e37c3e8cbd916572cedd6542e0aac9e36fd18be1e9d9
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.