Tim Mouskhelichvili • December 5, 2022 • 4 minutes to read
If you are writing TypeScript code long enough, you have seen the declare keyword. But what does it do, and why use it? The declare keyword tells the TypeScript compiler that an object exists AND can be used inside [...]