From 223ad4be618584c89766fe626852486466fd1d93 Mon Sep 17 00:00:00 2001 From: Dmitry Boldyrev Date: Fri, 15 Dec 2023 00:50:52 +0600 Subject: [PATCH] Add `previousValue` to documentation root --- src/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.md b/src/index.md index 632a8312..65a452c6 100644 --- a/src/index.md +++ b/src/index.md @@ -42,6 +42,7 @@ All methods split into categories. - [snapshot](./snapshot/readme.md) — Create store value snapshot. - [splitMap](./split-map/readme.md) — Split event to different events and map data. - [spread](./spread/readme.md) — Send fields from object to same targets. +- [previousValue](./previous-value/readme.md) - Get previous value of store. ### Debug