UNPKG

promise-toolbox

Version:
5 lines (3 loc) 121 B
"use strict"; const isPromise = value => value != null && typeof value.then === "function"; module.exports = isPromise;