packages feed

reason-export-0.1.0.0: test/UnitDecoder.re

open UnitType;

let rec decodeUnit = json =>
    json |> Json.Decode.nullAs(Unit)