Searched defs:isPromise (Results 1 – 4 of 4) sorted by relevance
1 export function isPromise(maybePromise) { function
4 function isPromise(obj) { function
1 export default function isPromise(obj) { function
6 var isPromise = require('is-promise'); variable