mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-09 07:04:33 +00:00
this makes the following possible from typescript:
`var context = canvas.node<HTMLCanvasElement>().getContext('2d');`
alternative to
`var context = (<HtmlCanvasElement>canvas.node()).getContext('2d');`