Module
Gun.Node
- Package
- purescript-bf-gun
- Repository
- gorillatron/purescript-bf-gun
#getDataImpl Source
getDataImpl :: forall a. Saveable a -> Json#Saveable Source
data Saveable :: Row Type -> Typedata Saveable a
Constructors
SaveableNode (Node a)SaveableRaw (Raw a)SaveableRecord (Record a)