mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-05 01:30:17 +00:00
Renamed lighted versions to names without .d.ts to exclude from building.
This commit is contained in:
2
rx.js/rx.async.d.ts
vendored
2
rx.js/rx.async.d.ts
vendored
@@ -5,7 +5,7 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path="rx.d.ts" />
|
||||
///<reference path="rx.async-lite.d.ts" />
|
||||
///<reference path="rx.async-lite.ts" />
|
||||
|
||||
declare module Rx {
|
||||
interface ObservableStatic {
|
||||
|
||||
2
rx.js/rx.binding.d.ts
vendored
2
rx.js/rx.binding.d.ts
vendored
@@ -5,7 +5,7 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path="rx.d.ts" />
|
||||
///<reference path="rx.binding-lite.d.ts" />
|
||||
///<reference path="rx.binding-lite.ts" />
|
||||
|
||||
declare module Rx {
|
||||
export interface Observable<T> {
|
||||
|
||||
2
rx.js/rx.d.ts
vendored
2
rx.js/rx.d.ts
vendored
@@ -4,7 +4,7 @@
|
||||
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
///<reference path="rx-lite.d.ts"/>
|
||||
///<reference path="rx-lite.ts"/>
|
||||
|
||||
declare module Rx {
|
||||
export interface IScheduler {
|
||||
|
||||
Reference in New Issue
Block a user