Module

Foreign.Internal

Package
purescript-foreign-generic
Repository
paf31/purescript-foreign-generic

#isObject Source

isObject :: Foreign -> Boolean

Test whether a foreign value is a dictionary

#readObject Source

readObject :: Foreign -> F (Object Foreign)

Attempt to coerce a foreign value to an Object.