Newer
Older
2022-autumn-study / node_modules / es5-ext / object / is-promise.js
@ItoRino ItoRino on 4 Oct 2022 127 bytes first commit
"use strict";

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