Module config

Index

Variables

Variables

Promise: new<T>(resolver: (resolvePromise: (value: T) => void, rejectPromise: (reason: any) => void) => void) => Rx.IPromise<T>

constructor(): IPromise

Returns

IPromise