UNPKG

waitsfor

Version:

Wait for truth of a condition using promises

8 lines (6 loc) 189 B
import Q from 'q' import {waitsFor} from '../waitsFor' let Promise = Object.getPrototypeOf(Q.defer().promise); Promise.waitsFor = (conditionFunc) => { return waitsFor(conditionFunc); };