HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/type/thenable/
Upload File :
Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/type/thenable/is.js
"use strict";

var isObject = require("../object/is");

module.exports = function (value) {
	if (!isObject(value)) return false;
	try { return typeof value.then === "function"; }
	catch (error) { return false; }
};