Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 547 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 547 Bytes

valtio-mapset-adapter GitHub Actions Workflow Status NPM Version NPM License

Usage

import convert from 'valtio-mapset-adapter'

// convert all Maps and Sets to proxyMaps and proxySets
convert()

// convert only Maps to proxyMaps
convert({ ignoreSets: true })

// convert only Sets to proxySets
convert({ ignoreMaps: true })