Created
November 23, 2022 06:12
-
-
Save ehsanghaffar/693cc3183c56fd337b285a65400f0e0e 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
// inline function types | |
const stringify = (value: any): string => JSON.stringify(value) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment