react-native-replicache icon indicating copy to clipboard operation
react-native-replicache copied to clipboard

Reuse types from Replicache?

Open arv opened this issue 1 year ago • 0 comments

There are some types that are copied from Replicache. For example:

https://github.com/Braden1996/react-native-replicache/blob/a7b37b49ea4199e58f4262d83c19da17f2f6867b/packages/deep-freeze/src/json-value.ts#L2

This should be able to use the exported types directly to prevent copy/paste but also to ensure same semantics.

arv avatar Mar 08 '23 09:03 arv