What is Declaration merging in Typescript?
What is Declaration merging in typescript?
Explanation:
In typescript, a value, a type and a namespace can be stacked on each other as a single entity and exported out with a single identifier.
💡Namespace-creating declarations create a namespace...
shakvilla.hashnode.dev4 min read