flow-to-typescript
flow-to-typescript copied to clipboard
`mixed` to `unknown` instead of `{}`
TypeScript has a new unknown type! (not yet released, I think). It seems like a direct parallel to mixed.
https://github.com/Microsoft/TypeScript/pull/24439