Buckets:
| /** | |
| * @license | |
| * Copyright 2021 Google LLC | |
| * SPDX-License-Identifier: BSD-3-Clause | |
| */ | |
| /** | |
| * Returns an iterable containing the result of calling `f(value)` on each | |
| * value in `items`. | |
| * | |
| * @example | |
| * | |
| * ```ts | |
| * render() { | |
| * return html` | |
| * <ul> | |
| * ${map(items, (i) => html`<li>${i}</li>`)} | |
| * </ul> | |
| * `; | |
| * } | |
| * ``` | |
| */ | |
| export declare function map<T>(items: Iterable<T> | undefined, f: (value: T, index: number) => unknown): Generator<unknown, void, unknown>; | |
| //# sourceMappingURL=map.d.ts.map |
Xet Storage Details
- Size:
- 522 Bytes
- Xet hash:
- 286e43ca356309424a2190f7da110791027e0f99ed2a84de5e5c28b5e77b7734
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.