Skip to content

Instantly share code, notes, and snippets.

@bholloway
Created July 23, 2019 11:27
Show Gist options
  • Save bholloway/e192513ffb03246295d295e0c667ca5a to your computer and use it in GitHub Desktop.
Save bholloway/e192513ffb03246295d295e0c667ca5a to your computer and use it in GitHub Desktop.
convert object fields to non-maybe types
type NonMaybe<T> = $ObjMap<T, <U>(param: U) => $NonMaybeType<U>>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment