aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/object/is-promise.js
blob: 33d6df133d5e3014ea95f772069b619a5073ed5c (plain)
1
2
3
4
"use strict";

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