UNPKG

io-ts-excess

Version:

Decoder for io-ts to check, that object is exactly the same

4 lines (3 loc) 132 B
import * as t from "io-ts"; export declare function excess<C extends t.InterfaceType<t.Props>>(codec: C): C; export default excess;