mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +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');`
|
||
|---|---|---|
| .. | ||
| plugins | ||
| d3-tests.ts | ||
| d3-tests.ts.tscparams | ||
| d3.d.ts | ||