aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/yargs/build/lib/utils/is-promise.js
blob: d250c08aaf47c1e104a4ec720a5833242a0c9e26 (plain) (blame)
1
2
3
4
5
export function isPromise(maybePromise) {
    return (!!maybePromise &&
        !!maybePromise.then &&
        typeof maybePromise.then === 'function');
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage