is-promise.js 127 Bytes
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4
"use strict";

// In next major this check will also confirm on promise constructor
module.exports = require("./is-thenable");