Skip to content

Commit

Permalink
docs: update documentation link (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerAberbach authored Oct 19, 2024
1 parent dd796c7 commit 9805806
Show file tree
Hide file tree
Showing 212 changed files with 404 additions and 404 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/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/predicate.d.ts#L49)
[predicate.d.ts:49](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/predicate.d.ts#L49)
[predicate.d.ts:49](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/predicate.d.ts#L69)
[predicate.d.ts:69](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/predicate.d.ts#L69)
[predicate.d.ts:69](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -69,7 +69,7 @@ console.log(

### Defined in

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

## allConcur(fn, concurIterable)

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

### Defined in

[predicate.d.ts:89](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/predicate.d.ts#L89)
[predicate.d.ts:89](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/predicate.d.ts#L108)
[predicate.d.ts:108](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/predicate.d.ts#L108)
[predicate.d.ts:108](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/predicate.d.ts#L128)
[predicate.d.ts:128](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/predicate.d.ts#L128)
[predicate.d.ts:128](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -69,7 +69,7 @@ console.log(

### Defined in

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

## anyConcur(fn, concurIterable)

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

### Defined in

[predicate.d.ts:148](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/predicate.d.ts#L148)
[predicate.d.ts:148](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -48,4 +48,4 @@ for await (const value of asyncIterable) {

## Defined in

[as.d.ts:27](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/as.d.ts#L27)
[as.d.ts:27](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -38,4 +38,4 @@ await forEachConcur(console.log, concurIterable)

## Defined in

[as.d.ts:77](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/as.d.ts#L77)
[as.d.ts:77](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/cache.d.ts#L24)
[cache.d.ts:24](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -44,4 +44,4 @@ console.log(await pipe(cachedAsyncIterable, reduceAsync(toArray())))

## Defined in

[cache.d.ts:47](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/cache.d.ts#L47)
[cache.d.ts:47](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -45,4 +45,4 @@ console.log(await pipe(cachedConcurIterable, reduceConcur(toArray())))

## Defined in

[cache.d.ts:72](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/cache.d.ts#L72)
[cache.d.ts:72](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -79,7 +79,7 @@ console.log(pipe([`S`, `L`, `O`, `T`, `H`], chunk(2), reduce(toArray())))

### Defined in

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

## chunk(size, iterable)

Expand Down Expand Up @@ -125,4 +125,4 @@ console.log(pipe([`S`, `L`, `O`, `T`, `H`], chunk(2), reduce(toArray())))

### Defined in

[slice.d.ts:476](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/slice.d.ts#L476)
[slice.d.ts:476](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -103,7 +103,7 @@ console.log(

### Defined in

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

## chunkAsync(size, asyncIterable)

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

### Defined in

[slice.d.ts:517](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/slice.d.ts#L517)
[slice.d.ts:517](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -104,7 +104,7 @@ console.log(

### Defined in

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

## chunkConcur(size, concurIterable)

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

### Defined in

[slice.d.ts:558](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/slice.d.ts#L558)
[slice.d.ts:558](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/fn.d.ts#L156)
[fn.d.ts:156](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/fn.d.ts#L157)
[fn.d.ts:157](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/fn.d.ts#L158)
[fn.d.ts:158](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/fn.d.ts#L159)
[fn.d.ts:159](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/src/operations/fn.d.ts#L159)

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

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

### Defined in

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

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

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

### Defined in

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

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

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

### Defined in

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

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

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

### Defined in

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

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

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

### Defined in

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

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

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

### Defined in

[fn.d.ts:204](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/fn.d.ts#L204)
[fn.d.ts:204](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -34,4 +34,4 @@ console.log(pipe(concat([1, 2], [3, `sloth`, 5], [6, 7]), reduce(toArray())))

## Defined in

[collect.d.ts:449](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/collect.d.ts#L449)
[collect.d.ts:449](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -41,4 +41,4 @@ console.log(

## Defined in

[collect.d.ts:470](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/collect.d.ts#L470)
[collect.d.ts:470](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -43,4 +43,4 @@ console.log(

## Defined in

[collect.d.ts:491](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/collect.d.ts#L491)
[collect.d.ts:491](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -32,4 +32,4 @@ consume(iterable)

## Defined in

[iterate.d.ts:209](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/iterate.d.ts#L209)
[iterate.d.ts:209](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -32,4 +32,4 @@ await consumeAsync(asyncIterable)

## Defined in

[iterate.d.ts:228](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/iterate.d.ts#L228)
[iterate.d.ts:228](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -33,4 +33,4 @@ await consumeConcur(asyncIterable)

## Defined in

[iterate.d.ts:249](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/iterate.d.ts#L249)
[iterate.d.ts:249](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/statistics.d.ts#L40)
[statistics.d.ts:40](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/statistics.d.ts#L55)
[statistics.d.ts:55](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -36,4 +36,4 @@ console.log(

## Defined in

[statistics.d.ts:72](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/statistics.d.ts#L72)
[statistics.d.ts:72](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/fn.d.ts#L50)
[fn.d.ts:50](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -32,4 +32,4 @@ console.log(pipe(cycle([`sloth`, `more sloth`]), take(6), join(`, `)))

## Defined in

[generate.d.ts:89](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/generate.d.ts#L89)
[generate.d.ts:89](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -39,4 +39,4 @@ console.log(

## Defined in

[generate.d.ts:107](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/generate.d.ts#L107)
[generate.d.ts:107](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -71,7 +71,7 @@ console.log(pipe([1, 2, 3, 4, 5, `sloth`], drop(3), reduce(toArray())))

### Defined in

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

## drop(count, iterable)

Expand Down Expand Up @@ -113,4 +113,4 @@ console.log(pipe([1, 2, 3, 4, 5, `sloth`], drop(3), reduce(toArray())))

### Defined in

[slice.d.ts:175](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/slice.d.ts#L175)
[slice.d.ts:175](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -83,7 +83,7 @@ console.log(

### Defined in

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

## dropAsync(count, asyncIterable)

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

### Defined in

[slice.d.ts:198](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/slice.d.ts#L198)
[slice.d.ts:198](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -84,7 +84,7 @@ console.log(

### Defined in

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

## dropConcur(count, concurIterable)

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

### Defined in

[slice.d.ts:221](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/slice.d.ts#L221)
[slice.d.ts:221](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -65,7 +65,7 @@ console.log(

### Defined in

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

## dropWhile(fn, iterable)

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

### Defined in

[slice.d.ts:24](https://github.com/TomerAberbach/lfi/blob/85d6360ac7d8f71c70f308d2ace5bc2aa99ab03d/src/operations/slice.d.ts#L24)
[slice.d.ts:24](https://github.com/TomerAberbach/lfi/blob/dd796c78d3ff68ae7bf4a0272b3cbeca688438e7/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 @@ -67,7 +67,7 @@ console.log(

### Defined in

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

## dropWhileAsync(fn, asyncIterable)

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

### Defined in

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

0 comments on commit 9805806

Please sign in to comment.