UNPKG

@cypress/webpack-preprocessor

Version:

Cypress preprocessor for bundling JavaScript via webpack

7 lines (6 loc) 203 B
import * as Promise from 'bluebird'; export declare function createDeferred<T>(): { resolve: (thenableOrResult?: T | PromiseLike<T> | undefined) => void; reject: any; promise: Promise<T>; };