Created
August 13, 2022 02:13
-
-
Save PhilipWee/cdc2a6b0188d5dd6a727a324ce2a1771 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //@ts-nocheck (We will handle the typescript later) | |
| function useDebounce(func) { | |
| const debouncedFunction = (...args) => {} | |
| return debouncedFunction | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment