This commit is contained in:
@@ -240,6 +240,7 @@ Currently available:
|
|||||||
| - | - |
|
| - | - |
|
||||||
| `focusObjectField` | Focuses to the field of an object |
|
| `focusObjectField` | Focuses to the field of an object |
|
||||||
| `focusArrayAt` | Focuses to an indexed entry of an array |
|
| `focusArrayAt` | Focuses to an indexed entry of an array |
|
||||||
|
| `focusTupleAt` | Focuses to an indexed entry of a tuple |
|
||||||
| `focusChunkAt` | Focuses to an indexed entry of a `Chunk` |
|
| `focusChunkAt` | Focuses to an indexed entry of a `Chunk` |
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "effect-lens",
|
"name": "effect-lens",
|
||||||
"description": "An effectful Lens type to easily manage nested state",
|
"description": "An effectful Lens type to easily manage nested state",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"files": [
|
"files": [
|
||||||
"./README.md",
|
"./README.md",
|
||||||
|
|||||||
Reference in New Issue
Block a user