Closed lifeiscontent closed 2 years ago
https://github.com/gcanti/io-ts-types/blob/7916c8a350c9e7029f3894a45c71b7efd95c344c/src/BigIntFromString.ts#L12-L46
in this code outlined above, if I create a decoder that uses BigIntFromString it says "10" string is not a valid type is the t.Type signature wrong or is there something I'm not understanding here?
BigIntFromString
"10"
https://github.com/gcanti/io-ts-types/blob/7916c8a350c9e7029f3894a45c71b7efd95c344c/src/BigIntFromString.ts#L12-L46
in this code outlined above, if I create a decoder that uses
BigIntFromString
it says"10"
string is not a valid type is the t.Type signature wrong or is there something I'm not understanding here?