Module
FFI.Simple.Globals
- Package
- purescript-ffi-simple
- Repository
- garganscript/purescript-ffi-simple
#unsafeGlobal Source
unsafeGlobal :: forall t. String -> t
Like global, but for when you're really sure it exists and are
willing to tolerate it being quietly undefined (or plan to use
the Undef
module functions)