all repos

onasty @ 67a69fb

a one-time notes service

onasty/web/src/Ports.elm(view raw)

1
2
3
4
5
6
port module Ports exposing (sendToLocalStorage)

import Json.Encode


port sendToLocalStorage : { key : String, value : Json.Encode.Value } -> Cmd msg