MakeTypes icon indicating copy to clipboard operation
MakeTypes copied to clipboard

What about a decorator ?

Open Xample opened this issue 7 years ago • 0 comments

I am not sure typescript do now exports the interfaces, but imagine the following:

@DynamicCast({class: AnInterface})
json : AnInterface;

It would throw an exception if the casting failed, infer the type of json to 'AnInterface' otherwise.

Xample avatar Jan 16 '18 13:01 Xample