laconic.com/src/ts
2022-09-09 14:12:03 -07:00
..
react-google-recaptcha.d.ts added declaration file for react-google-recaptcha 2022-09-09 14:12:03 -07:00
README.md Initial Commit 2022-03-28 15:00:11 -03:00

ts dir

  • Put common types in here
  • Specific types used throughout the application are best placed where they are used (prefer local instead of global): only abstract them here if they are used more commonly.