TypeScript/tests/baselines/reference/libdtsFix.js
2014-07-12 17:30:19 -07:00

8 lines
90 B
TypeScript

//// [libdtsFix.ts]
interface HTMLElement {
type: string;
}
//// [libdtsFix.js]