├── Example.elm ├── elm-package.json └── src ├── Native └── Storage.js └── Storage.elm /Example.elm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheSeamau5/elm-storage/HEAD/Example.elm -------------------------------------------------------------------------------- /elm-package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheSeamau5/elm-storage/HEAD/elm-package.json -------------------------------------------------------------------------------- /src/Native/Storage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheSeamau5/elm-storage/HEAD/src/Native/Storage.js -------------------------------------------------------------------------------- /src/Storage.elm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheSeamau5/elm-storage/HEAD/src/Storage.elm --------------------------------------------------------------------------------