I was trying to use Jsonify
with a generic class and noticed things would break if I happened to pass in a type already using JsonValue
or JsonObject
:
// type Foo = {[x: string]: never}
type Foo = Jsonify<JsonObject>
// Type instantiation is excessively deep and possibly infinite.ts(2589)
type Bar = Jsonify<JsonValue>;
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too