| import { isScalar } from '../nodes/identity.js'; | |
| function mapIncludes(ctx, items, search) { | |
| const { uniqueKeys } = ctx.options; | |
| if (uniqueKeys === false) | |
| return false; | |
| const isEqual = typeof uniqueKeys === 'function' | |
| ? uniqueKeys | |
| : (a, b) => a === b || (isScalar(a) && isScalar(b) && a.value === b.value); | |
| return items.some(pair => isEqual(pair.key, search)); | |
| } | |
| export { mapIncludes }; | |
Xet Storage Details
- Size:
- 428 Bytes
- Xet hash:
- 26f53820f5df797bb34340f464d2efaac97ca3a2e9ba2272dc859ec3418d32d9
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.