Skip to content

Instantly share code, notes, and snippets.

@ehsanghaffar
Created November 23, 2022 06:12
Show Gist options
  • Save ehsanghaffar/693cc3183c56fd337b285a65400f0e0e to your computer and use it in GitHub Desktop.
Save ehsanghaffar/693cc3183c56fd337b285a65400f0e0e to your computer and use it in GitHub Desktop.
// 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