Skip to content

Kaplay.Asset

Types

t

type t<'data> = {loaded: bool, data: Null.t<'data>}
Fields
loaded bool
data Null.t < 'data >