Sha256: 364c021f2b12ba5850923e86d7e5e3f1a1d355fbfd765722a1f1e8f4e2ca0465

Contents?: true

Size: 215 Bytes

Versions: 30

Compression:

Stored size: 215 Bytes

Contents

"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; }
};

Version data entries

30 entries across 29 versions & 2 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/ext/node_modules/type/thenable/is.js
optimacms-0.1.61 spec/dummy/node_modules/type/thenable/is.js
govuk_publishing_components-18.0.0 node_modules/type/thenable/is.js
govuk_publishing_components-17.21.0 node_modules/type/thenable/is.js
govuk_publishing_components-17.20.0 node_modules/type/thenable/is.js
govuk_publishing_components-17.19.1 node_modules/type/thenable/is.js
govuk_publishing_components-17.19.0 node_modules/type/thenable/is.js
govuk_publishing_components-17.18.0 node_modules/type/thenable/is.js
govuk_publishing_components-17.17.0 node_modules/type/thenable/is.js
govuk_publishing_components-17.16.0 node_modules/type/thenable/is.js
govuk_publishing_components-17.15.0 node_modules/type/thenable/is.js
govuk_publishing_components-17.14.0 node_modules/type/thenable/is.js
govuk_publishing_components-17.13.0 node_modules/type/thenable/is.js
govuk_publishing_components-17.12.2 node_modules/type/thenable/is.js
govuk_publishing_components-17.12.1 node_modules/type/thenable/is.js
govuk_publishing_components-17.12.0 node_modules/type/thenable/is.js
govuk_publishing_components-17.11.0 node_modules/type/thenable/is.js
govuk_publishing_components-17.10.0 node_modules/type/thenable/is.js
govuk_publishing_components-17.9.0 node_modules/type/thenable/is.js
govuk_publishing_components-17.8.0 node_modules/type/thenable/is.js