mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
* Added typings for rx-dom * Added missing references * Rename test file to tests * Rename tests * Fixed tests * Fixed tests
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
/// <reference path="../rx/rx.all.d.ts" />
|
|
/// <reference path="./rx-dom.d.ts" />
|
|
|
|
import * as Rx from 'rx';
|
|
import * as DOM from 'rx.DOM'; |