TypeScript Fundamentals × Satisfies and as const
Jan. 9, 2023, 8:16 p.m. (1 year, 10 months ago)
0 Comments
In this Hasty Treat, Scott and Wes talk about Satisfies and as const.
Show Notes
- 00:25 Welcome
- 02:04 Xmas recap
- Peloton
- 04:09 Satisfies and as const
- 06:16 What is const?
- 10:30 Helping with currency
- 12:44 Bos monster server update
- 14:13 Satisfies
export const currencies = { USD: 'US Dollars', CAD: 'Canadian Dollar', EUR: 'Euro', } as const; export type Currency = typeof currencies; export type CurrencyCode = keyof Currency;
Tweet us your tasty treats
- Scott’s Instagram
- LevelUpTutorials Instagram
- Wes’ Instagram
- Wes’ Twitter
- Wes’ Facebook
- Scott’s Twitter
- Make sure to include @SyntaxFM in your tweets
No comments have been posted yet, be the first one to comment.