Module

Foreign.Keys

This module provides functions for working with object properties of Javascript objects.

#keys

keys :: Foreign -> F (Array String)

Get an array of the properties defined on a foreign value

Modules