Module
Foreign.Object.Unsafe
- Package
- purescript-foreign-object
- Repository
- purescript/purescript-foreign-object
#unsafeIndex Source
unsafeIndex :: forall a. Object a -> String -> a
Unsafely get the value for a key in a object.
This function does not check whether the key exists in the object.