Closed koenigstag closed 1 year ago
Added simple usage block
import * as t from 'io-ts' const User = t.type({ userId: t.number, name: t.string })
Is this not already covered by the "Example" section of this page? https://github.com/gcanti/io-ts/blob/master/index.md
Added simple usage block