Skip to content

Commit 2582cb7

Browse files
committed
(docs): add link to fixtures as another transform example
- not necessarily the most useful transforms there, but they are examples nonetheless - and they show both to and from Storage usage
1 parent 4c365ab commit 2582cb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ type StrToAnyMap = {[key: string]: any}
8585
```
8686
8787
As an example, one may see how [whitelists](https://github.com/agilgur5/mst-persist/blob/9ba76aaf455f42e249dc855d66349351148a17da/src/whitelistTransform.ts#L7-L12) and [blacklists](https://github.com/agilgur5/mst-persist/blob/9ba76aaf455f42e249dc855d66349351148a17da/src/blacklistTransform.ts#L7-L12) are implemented internally as transforms.
88+
Another example would be how the [transform test fixtures](https://github.com/agilgur5/mst-persist/blob/d3aa4476f92a087c882dccf8530a37096d8c64ed/test/fixtures.ts#L19-L34) are implemented internally.
8889
8990
#### Transform Ordering
9091

0 commit comments

Comments
 (0)