Results 12 comments of Richard Ejem

> what about: > > ``` > export default { > prop: 'value', > }; > ``` > > ? It is not a type declaration but a type assertion....

> @richard-ejem I fully disagree, it's not a type assertion: > > ``` > interface MyType { > hello: string; > } > > export default { hello: false };...