Skip to content

Commit

Permalink
chore@small
Browse files Browse the repository at this point in the history
  • Loading branch information
selfrefactor committed Dec 3, 2024
1 parent e528ba9 commit 0b16151
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions files/NEXT_VERSION_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,12 @@ https://github.com/toss/es-toolkit/blob/main/src/function/debounce.ts
}

---
https://codescene.io/projects/61343/jobs/3120520/results/code/hotspots/biomarkers?name=rambda-scripts%2Fsrc%2Fpopulate-readme-data%2Fcreate-method-data.ts

https://github.com/marketplace/actions/todo-to-issue

https://app.deepsource.com/gh/selfrefactor
---

## https://developer.mozilla.org/en-US/docs/Web/API/structuredClone

Expand Down
2 changes: 1 addition & 1 deletion files/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6425,7 +6425,7 @@ export function composeAsync<TArg, R1>(
/*
Method: pipeAsync
Explanation: Asynchronous version of `R.pipe`. `await`s the result of each function before passing it to the next. Returns a `Promise` of the result.
Explanation: Asynchronous version of `R.pipe`, but it accepts only one argument as input(instead of multiple as regular `pipe`). It `await`s the result of each function before passing it to the next. Returns a `Promise` of the result.
Example:
Expand Down

0 comments on commit 0b16151

Please sign in to comment.