Module

Gun.Node

Package
purescript-bf-gun
Repository
gorillatron/purescript-bf-gun

#getDataImpl Source

getDataImpl :: forall a. Saveable a -> Json

#Node Source

type Node :: Row Type -> Typetype Node a = { put :: Maybe (Raw a) }

#Cursor Source

type Cursor = { "#" :: String, ">" :: Json }

#Raw Source

type Raw :: Row Type -> Typetype Raw a = { _ :: Cursor | a }

#Saveable Source

#getData Source

getData :: forall a. Saveable a -> Json