bookmark

Using Generic Arrow Functions in .tsx Files | Ashby


Description

// Note the comma const identity = <T,>(arg: T): T => arg;

Preview

Tags

Users

  • @jil

Comments and Reviews