{"pageProps":{"posts":[{"content":"\nTypescript, for all its benefits, isn't the best at making its utilities well known.\n\nOne Typescript trick I wish I'd known about much sooner is [\"`const` assertions\".](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html#const-assertions)\n\nConst assertions, as the name implies, are a way to \"lock in\" the type of an object that you don't expect to change.\n\nBy default, if you create an object, Typescript will give fairly loose type definitions for each value:\n\n