Module

Topojson.Client

Package
purescript-visx
Repository
i-am-the-slime/purescript-visx

#Features Source

type Features a = { features :: Array a, type :: FeatureCollection }

#FeatureCollection Source

#featureImpl Source

featureImpl :: forall feature. Fn2 Foreign String (Features feature)

#feature Source

feature :: forall a. Foreign -> String -> { features :: Array a, type :: Record () }