|
22 | 22 | "./async/iter": "./async/iter.ts",
|
23 | 23 | "./async/last": "./async/last.ts",
|
24 | 24 | "./async/map": "./async/map.ts",
|
| 25 | + "./async/nth": "./async/nth.ts", |
25 | 26 | "./async/pairwise": "./async/pairwise.ts",
|
26 | 27 | "./async/partition": "./async/partition.ts",
|
27 | 28 | "./async/reduce": "./async/reduce.ts",
|
|
50 | 51 | "./iter": "./iter.ts",
|
51 | 52 | "./last": "./last.ts",
|
52 | 53 | "./map": "./map.ts",
|
| 54 | + "./nth": "./nth.ts", |
53 | 55 | "./pairwise": "./pairwise.ts",
|
54 | 56 | "./partition": "./partition.ts",
|
55 | 57 | "./pipe": "./pipe/mod.ts",
|
|
71 | 73 | "./pipe/async/for-each": "./pipe/async/for_each.ts",
|
72 | 74 | "./pipe/async/last": "./pipe/async/last.ts",
|
73 | 75 | "./pipe/async/map": "./pipe/async/map.ts",
|
| 76 | + "./pipe/async/nth": "./pipe/async/nth.ts", |
74 | 77 | "./pipe/async/pairwise": "./pipe/async/pairwise.ts",
|
75 | 78 | "./pipe/async/partition": "./pipe/async/partition.ts",
|
76 | 79 | "./pipe/async/reduce": "./pipe/async/reduce.ts",
|
|
96 | 99 | "./pipe/for-each": "./pipe/for_each.ts",
|
97 | 100 | "./pipe/last": "./pipe/last.ts",
|
98 | 101 | "./pipe/map": "./pipe/map.ts",
|
| 102 | + "./pipe/nth": "./pipe/nth.ts", |
99 | 103 | "./pipe/pairwise": "./pipe/pairwise.ts",
|
100 | 104 | "./pipe/partition": "./pipe/partition.ts",
|
101 | 105 | "./pipe/reduce": "./pipe/reduce.ts",
|
|
148 | 152 | "@core/iterutil/async/iter": "./async/iter.ts",
|
149 | 153 | "@core/iterutil/async/last": "./async/last.ts",
|
150 | 154 | "@core/iterutil/async/map": "./async/map.ts",
|
| 155 | + "@core/iterutil/async/nth": "./async/nth.ts", |
151 | 156 | "@core/iterutil/async/pairwise": "./async/pairwise.ts",
|
152 | 157 | "@core/iterutil/async/partition": "./async/partition.ts",
|
153 | 158 | "@core/iterutil/async/reduce": "./async/reduce.ts",
|
|
176 | 181 | "@core/iterutil/iter": "./iter.ts",
|
177 | 182 | "@core/iterutil/last": "./last.ts",
|
178 | 183 | "@core/iterutil/map": "./map.ts",
|
| 184 | + "@core/iterutil/nth": "./nth.ts", |
179 | 185 | "@core/iterutil/pairwise": "./pairwise.ts",
|
180 | 186 | "@core/iterutil/partition": "./partition.ts",
|
181 | 187 | "@core/iterutil/pipe": "./pipe/mod.ts",
|
|
199 | 205 | "@core/iterutil/pipe/async/iter": "./pipe/async/iter.ts",
|
200 | 206 | "@core/iterutil/pipe/async/last": "./pipe/async/last.ts",
|
201 | 207 | "@core/iterutil/pipe/async/map": "./pipe/async/map.ts",
|
| 208 | + "@core/iterutil/pipe/async/nth": "./pipe/async/nth.ts", |
202 | 209 | "@core/iterutil/pipe/async/pairwise": "./pipe/async/pairwise.ts",
|
203 | 210 | "@core/iterutil/pipe/async/partition": "./pipe/async/partition.ts",
|
204 | 211 | "@core/iterutil/pipe/async/reduce": "./pipe/async/reduce.ts",
|
|
226 | 233 | "@core/iterutil/pipe/iter": "./pipe/iter.ts",
|
227 | 234 | "@core/iterutil/pipe/last": "./pipe/last.ts",
|
228 | 235 | "@core/iterutil/pipe/map": "./pipe/map.ts",
|
| 236 | + "@core/iterutil/pipe/nth": "./pipe/nth.ts", |
229 | 237 | "@core/iterutil/pipe/pairwise": "./pipe/pairwise.ts",
|
230 | 238 | "@core/iterutil/pipe/partition": "./pipe/partition.ts",
|
231 | 239 | "@core/iterutil/pipe/reduce": "./pipe/reduce.ts",
|
|
0 commit comments