Exercise #91: Function Overloads In Hooks
React + TypeScript ยท 06-advanced-hooks
Goal

Goal: Add overloads so passing no initial value returns `T | undefined`.

Run "Check Solution" to validate your code in the browser.