Module

Foreign.Generic.Internal

Package
purescript-open-foreign-generic
Repository
purescript-open-community/purescript-open-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.