UNPKG

shared-updated

Version:

Modern fork of shared (Kevin Jones), updated for latest Node.js and MongoDB

11 lines (8 loc) 179 B
declare module rsvp { export interface Promise { isResolved: bool; resolve(value?: any); reject(err?: any); then(success: Function, failure?: Function): Promise; } }