mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Merge branch 'master' of https://github.com/Igorbek/rx.d.ts into RxJS
This commit is contained in:
Vendored
+2
@@ -49,6 +49,8 @@ declare module Rx {
|
||||
|
||||
export module helpers {
|
||||
function noop(): void;
|
||||
function notDefined(value: any): boolean;
|
||||
function isScheduler(value: any): boolean;
|
||||
function identity<T>(value: T): T;
|
||||
function defaultNow(): number;
|
||||
function defaultComparer(left: any, right: any): boolean;
|
||||
|
||||
Reference in New Issue
Block a user