Skip to content

Instantly share code, notes, and snippets.

@treyhuffine
Created March 5, 2019 01:03
Show Gist options
  • Save treyhuffine/6b72ea8ad181cde69cbeacf8d9419fbb to your computer and use it in GitHub Desktop.
Save treyhuffine/6b72ea8ad181cde69cbeacf8d9419fbb to your computer and use it in GitHub Desktop.
function useMemo<T>(factory: () => T, deps: DependencyList): T;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment