Skip to content

Commit be71aab

Browse files
authored
docs: add resolve props (#344)
1 parent 9e3fb31 commit be71aab

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/resolveProps.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* Also, with this function, you can define `asyncEvolve` simply.
1717
*
1818
* ```ts
19-
* import { evolve, pipe, resolveProps } from "@fx-ts/core";
2019
*
2120
* const asyncEvolve = <T extends object>(transformation:Transformation<T>) =>
2221
* (obj:T) => pipe(obj, evolve(transformation), resolveProps)

website/function.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
"props",
102102
"reduce",
103103
"reduceLazy",
104+
"resolveProps",
104105
"size",
105106
"some",
106107
"sort",

website/markdown-plugin/src/function.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
"props",
102102
"reduce",
103103
"reduceLazy",
104+
"resolveProps",
104105
"size",
105106
"some",
106107
"sort",

0 commit comments

Comments
 (0)