Encountered when trying to use ramda merge(a: { [key: string]: string }, b).
import { O } from 'ts-toolbelt';
const r: O.Ensure<{ [key: string]: string }> = { a: 'hey' };
Happened in ts-toolbelt v4.12.11
Hi @vogre, really sorry about this. The fix is out in a few minutes!
https://travis-ci.org/pirix-gh/ts-toolbelt/builds/620057580
So you can just reinstall ramda and the bug should be gone.
Most helpful comment
Hi @vogre, really sorry about this. The fix is out in a few minutes!
https://travis-ci.org/pirix-gh/ts-toolbelt/builds/620057580
So you can just reinstall ramda and the bug should be gone.