Buckets:
| /** | |
| * @license | |
| * Copyright 2021 Google LLC | |
| * SPDX-License-Identifier: BSD-3-Clause | |
| */ | |
| /** | |
| * Returns an iterable containing the values in `items` interleaved with the | |
| * `joiner` value. | |
| * | |
| * @example | |
| * | |
| * ```ts | |
| * render() { | |
| * return html` | |
| * ${join(items, html`<span class="separator">|</span>`)} | |
| * `; | |
| * } | |
| */ | |
| export declare function join<I, J>(items: Iterable<I> | undefined, joiner: (index: number) => J): Iterable<I | J>; | |
| export declare function join<I, J>(items: Iterable<I> | undefined, joiner: J): Iterable<I | J>; | |
| //# sourceMappingURL=join.d.ts.map |
Xet Storage Details
- Size:
- 573 Bytes
- Xet hash:
- eec9271f79141886438c16d43d60b086bba8fa7189e921b082f282e02fc13c33
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.