Skip to content

Commit

Permalink
docs: fix broken link (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerAberbach authored Oct 19, 2024
1 parent e98b31e commit fd6e1ff
Show file tree
Hide file tree
Showing 216 changed files with 402 additions and 402 deletions.
4 changes: 2 additions & 2 deletions docs/functions/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ console.log(

### Defined in

[predicate.d.ts:49](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/predicate.d.ts#L49)
[predicate.d.ts:49](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/predicate.d.ts#L49)

## all(fn, iterable)

Expand Down Expand Up @@ -105,4 +105,4 @@ console.log(

### Defined in

[predicate.d.ts:49](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/predicate.d.ts#L49)
[predicate.d.ts:49](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/predicate.d.ts#L49)
4 changes: 2 additions & 2 deletions docs/functions/allAsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ console.log(

### Defined in

[predicate.d.ts:69](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/predicate.d.ts#L69)
[predicate.d.ts:69](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/predicate.d.ts#L69)

## allAsync(fn, asyncIterable)

Expand Down Expand Up @@ -108,4 +108,4 @@ console.log(

### Defined in

[predicate.d.ts:69](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/predicate.d.ts#L69)
[predicate.d.ts:69](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/predicate.d.ts#L69)
4 changes: 2 additions & 2 deletions docs/functions/allConcur.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ console.log(

### Defined in

[predicate.d.ts:89](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/predicate.d.ts#L89)
[predicate.d.ts:89](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/predicate.d.ts#L89)

## allConcur(fn, concurIterable)

Expand Down Expand Up @@ -108,4 +108,4 @@ console.log(

### Defined in

[predicate.d.ts:89](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/predicate.d.ts#L89)
[predicate.d.ts:89](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/predicate.d.ts#L89)
4 changes: 2 additions & 2 deletions docs/functions/any.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ console.log(

### Defined in

[predicate.d.ts:108](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/predicate.d.ts#L108)
[predicate.d.ts:108](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/predicate.d.ts#L108)

## any(fn, iterable)

Expand Down Expand Up @@ -105,4 +105,4 @@ console.log(

### Defined in

[predicate.d.ts:108](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/predicate.d.ts#L108)
[predicate.d.ts:108](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/predicate.d.ts#L108)
4 changes: 2 additions & 2 deletions docs/functions/anyAsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ console.log(

### Defined in

[predicate.d.ts:128](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/predicate.d.ts#L128)
[predicate.d.ts:128](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/predicate.d.ts#L128)

## anyAsync(fn, asyncIterable)

Expand Down Expand Up @@ -108,4 +108,4 @@ console.log(

### Defined in

[predicate.d.ts:128](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/predicate.d.ts#L128)
[predicate.d.ts:128](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/predicate.d.ts#L128)
4 changes: 2 additions & 2 deletions docs/functions/anyConcur.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ console.log(

### Defined in

[predicate.d.ts:148](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/predicate.d.ts#L148)
[predicate.d.ts:148](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/predicate.d.ts#L148)

## anyConcur(fn, concurIterable)

Expand Down Expand Up @@ -108,4 +108,4 @@ console.log(

### Defined in

[predicate.d.ts:148](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/predicate.d.ts#L148)
[predicate.d.ts:148](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/predicate.d.ts#L148)
2 changes: 1 addition & 1 deletion docs/functions/asAsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ for await (const value of asyncIterable) {

## Defined in

[as.d.ts:27](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/as.d.ts#L27)
[as.d.ts:27](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/as.d.ts#L27)
2 changes: 1 addition & 1 deletion docs/functions/asConcur.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ await forEachConcur(console.log, concurIterable)

## Defined in

[as.d.ts:77](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/as.d.ts#L77)
[as.d.ts:77](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/as.d.ts#L77)
2 changes: 1 addition & 1 deletion docs/functions/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ console.log([...cachedIterable])

## Defined in

[cache.d.ts:24](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/cache.d.ts#L24)
[cache.d.ts:24](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/cache.d.ts#L24)
2 changes: 1 addition & 1 deletion docs/functions/cacheAsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ console.log(await pipe(cachedAsyncIterable, reduceAsync(toArray())))

## Defined in

[cache.d.ts:47](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/cache.d.ts#L47)
[cache.d.ts:47](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/cache.d.ts#L47)
2 changes: 1 addition & 1 deletion docs/functions/cacheConcur.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ console.log(await pipe(cachedConcurIterable, reduceConcur(toArray())))

## Defined in

[cache.d.ts:72](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/cache.d.ts#L72)
[cache.d.ts:72](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/cache.d.ts#L72)
4 changes: 2 additions & 2 deletions docs/functions/chunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ console.log(

### Defined in

[slice.d.ts:473](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/slice.d.ts#L473)
[slice.d.ts:473](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/slice.d.ts#L473)

## chunk(size, iterable)

Expand Down Expand Up @@ -159,4 +159,4 @@ console.log(

### Defined in

[slice.d.ts:476](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/slice.d.ts#L476)
[slice.d.ts:476](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/slice.d.ts#L476)
4 changes: 2 additions & 2 deletions docs/functions/chunkAsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ console.log(

### Defined in

[slice.d.ts:514](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/slice.d.ts#L514)
[slice.d.ts:514](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/slice.d.ts#L514)

## chunkAsync(size, asyncIterable)

Expand Down Expand Up @@ -159,4 +159,4 @@ console.log(

### Defined in

[slice.d.ts:517](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/slice.d.ts#L517)
[slice.d.ts:517](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/slice.d.ts#L517)
4 changes: 2 additions & 2 deletions docs/functions/chunkConcur.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ console.log(

### Defined in

[slice.d.ts:555](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/slice.d.ts#L555)
[slice.d.ts:555](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/slice.d.ts#L555)

## chunkConcur(size, concurIterable)

Expand Down Expand Up @@ -159,4 +159,4 @@ console.log(

### Defined in

[slice.d.ts:558](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/slice.d.ts#L558)
[slice.d.ts:558](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/slice.d.ts#L558)
20 changes: 10 additions & 10 deletions docs/functions/compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ console.log(screamify(`sloth`))

### Defined in

[fn.d.ts:156](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/fn.d.ts#L156)
[fn.d.ts:156](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/fn.d.ts#L156)

## compose(fn)

Expand Down Expand Up @@ -106,7 +106,7 @@ console.log(screamify(`sloth`))

### Defined in

[fn.d.ts:157](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/fn.d.ts#L157)
[fn.d.ts:157](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/fn.d.ts#L157)

## compose(fn1, fn2)

Expand Down Expand Up @@ -156,7 +156,7 @@ console.log(screamify(`sloth`))

### Defined in

[fn.d.ts:158](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/fn.d.ts#L158)
[fn.d.ts:158](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/fn.d.ts#L158)

## compose(fn1, fn2, fn3)

Expand Down Expand Up @@ -210,7 +210,7 @@ console.log(screamify(`sloth`))

### Defined in

[fn.d.ts:159](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/fn.d.ts#L159)
[fn.d.ts:159](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/fn.d.ts#L159)

## compose(fn1, fn2, fn3, fn4)

Expand Down Expand Up @@ -268,7 +268,7 @@ console.log(screamify(`sloth`))

### Defined in

[fn.d.ts:164](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/fn.d.ts#L164)
[fn.d.ts:164](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/fn.d.ts#L164)

## compose(fn1, fn2, fn3, fn4, fn5)

Expand Down Expand Up @@ -330,7 +330,7 @@ console.log(screamify(`sloth`))

### Defined in

[fn.d.ts:170](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/fn.d.ts#L170)
[fn.d.ts:170](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/fn.d.ts#L170)

## compose(fn1, fn2, fn3, fn4, fn5, fn6)

Expand Down Expand Up @@ -396,7 +396,7 @@ console.log(screamify(`sloth`))

### Defined in

[fn.d.ts:177](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/fn.d.ts#L177)
[fn.d.ts:177](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/fn.d.ts#L177)

## compose(fn1, fn2, fn3, fn4, fn5, fn6, fn7)

Expand Down Expand Up @@ -466,7 +466,7 @@ console.log(screamify(`sloth`))

### Defined in

[fn.d.ts:185](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/fn.d.ts#L185)
[fn.d.ts:185](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/fn.d.ts#L185)

## compose(fn1, fn2, fn3, fn4, fn5, fn6, fn7, fn8)

Expand Down Expand Up @@ -540,7 +540,7 @@ console.log(screamify(`sloth`))

### Defined in

[fn.d.ts:194](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/fn.d.ts#L194)
[fn.d.ts:194](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/fn.d.ts#L194)

## compose(fn1, fn2, fn3, fn4, fn5, fn6, fn7, fn8, fn9)

Expand Down Expand Up @@ -618,4 +618,4 @@ console.log(screamify(`sloth`))

### Defined in

[fn.d.ts:204](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/fn.d.ts#L204)
[fn.d.ts:204](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/fn.d.ts#L204)
2 changes: 1 addition & 1 deletion docs/functions/concat.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ console.log(

## Defined in

[collect.d.ts:449](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/collect.d.ts#L449)
[collect.d.ts:449](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/collect.d.ts#L449)
2 changes: 1 addition & 1 deletion docs/functions/concatAsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ console.log(

## Defined in

[collect.d.ts:470](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/collect.d.ts#L470)
[collect.d.ts:470](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/collect.d.ts#L470)
2 changes: 1 addition & 1 deletion docs/functions/concatConcur.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ console.log(

## Defined in

[collect.d.ts:491](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/collect.d.ts#L491)
[collect.d.ts:491](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/collect.d.ts#L491)
2 changes: 1 addition & 1 deletion docs/functions/consume.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ consume(iterable)

## Defined in

[iterate.d.ts:209](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/iterate.d.ts#L209)
[iterate.d.ts:209](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/iterate.d.ts#L209)
2 changes: 1 addition & 1 deletion docs/functions/consumeAsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ await consumeAsync(asyncIterable)

## Defined in

[iterate.d.ts:228](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/iterate.d.ts#L228)
[iterate.d.ts:228](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/iterate.d.ts#L228)
2 changes: 1 addition & 1 deletion docs/functions/consumeConcur.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ await consumeConcur(asyncIterable)

## Defined in

[iterate.d.ts:249](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/iterate.d.ts#L249)
[iterate.d.ts:249](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/iterate.d.ts#L249)
2 changes: 1 addition & 1 deletion docs/functions/count.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ console.log(count([`sloth`, `more sloth`, `even more sloth`]))

## Defined in

[statistics.d.ts:40](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/statistics.d.ts#L40)
[statistics.d.ts:40](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/statistics.d.ts#L40)
2 changes: 1 addition & 1 deletion docs/functions/countAsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ console.log(

## Defined in

[statistics.d.ts:55](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/statistics.d.ts#L55)
[statistics.d.ts:55](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/statistics.d.ts#L55)
2 changes: 1 addition & 1 deletion docs/functions/countConcur.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ console.log(

## Defined in

[statistics.d.ts:72](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/statistics.d.ts#L72)
[statistics.d.ts:72](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/statistics.d.ts#L72)
2 changes: 1 addition & 1 deletion docs/functions/curry.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ curriedSlothLog(`Hello`)(`World`)(`!`)

## Defined in

[fn.d.ts:50](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/fn.d.ts#L50)
[fn.d.ts:50](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/fn.d.ts#L50)
2 changes: 1 addition & 1 deletion docs/functions/cycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ console.log(

## Defined in

[generate.d.ts:89](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/generate.d.ts#L89)
[generate.d.ts:89](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/generate.d.ts#L89)
2 changes: 1 addition & 1 deletion docs/functions/cycleAsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ console.log(

## Defined in

[generate.d.ts:107](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/generate.d.ts#L107)
[generate.d.ts:107](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/generate.d.ts#L107)
4 changes: 2 additions & 2 deletions docs/functions/drop.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ console.log(

### Defined in

[slice.d.ts:175](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/slice.d.ts#L175)
[slice.d.ts:175](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/slice.d.ts#L175)

## drop(count, iterable)

Expand Down Expand Up @@ -129,4 +129,4 @@ console.log(

### Defined in

[slice.d.ts:175](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/slice.d.ts#L175)
[slice.d.ts:175](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/slice.d.ts#L175)
4 changes: 2 additions & 2 deletions docs/functions/dropAsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ console.log(

### Defined in

[slice.d.ts:198](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/slice.d.ts#L198)
[slice.d.ts:198](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/slice.d.ts#L198)

## dropAsync(count, asyncIterable)

Expand Down Expand Up @@ -129,4 +129,4 @@ console.log(

### Defined in

[slice.d.ts:198](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/slice.d.ts#L198)
[slice.d.ts:198](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/slice.d.ts#L198)
4 changes: 2 additions & 2 deletions docs/functions/dropConcur.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ console.log(

### Defined in

[slice.d.ts:221](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/slice.d.ts#L221)
[slice.d.ts:221](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/slice.d.ts#L221)

## dropConcur(count, concurIterable)

Expand Down Expand Up @@ -129,4 +129,4 @@ console.log(

### Defined in

[slice.d.ts:221](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/slice.d.ts#L221)
[slice.d.ts:221](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/slice.d.ts#L221)
4 changes: 2 additions & 2 deletions docs/functions/dropWhile.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ console.log(

### Defined in

[slice.d.ts:24](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/slice.d.ts#L24)
[slice.d.ts:24](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/slice.d.ts#L24)

## dropWhile(fn, iterable)

Expand Down Expand Up @@ -102,4 +102,4 @@ console.log(

### Defined in

[slice.d.ts:24](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/slice.d.ts#L24)
[slice.d.ts:24](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/slice.d.ts#L24)
4 changes: 2 additions & 2 deletions docs/functions/dropWhileAsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ console.log(

### Defined in

[slice.d.ts:43](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/slice.d.ts#L43)
[slice.d.ts:43](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/slice.d.ts#L43)

## dropWhileAsync(fn, asyncIterable)

Expand Down Expand Up @@ -105,4 +105,4 @@ console.log(

### Defined in

[slice.d.ts:43](https://github.com/TomerAberbach/lfi/blob/d7a0f90dd72245d6efd6bd97c58a78b3f3028f25/src/operations/slice.d.ts#L43)
[slice.d.ts:43](https://github.com/TomerAberbach/lfi/blob/e98b31ea37c84de0758cf58c8fcf28193f36b533/src/operations/slice.d.ts#L43)
Loading

0 comments on commit fd6e1ff

Please sign in to comment.