Sha256: eadedf733f2b3816488ff52d529d10ec251fee188cedbab3d360d8f2ace436d2

Contents?: true

Size: 275 Bytes

Versions: 29

Compression:

Stored size: 275 Bytes

Contents

"use strict";

var resolveException = require("../lib/resolve-exception")
  , is               = require("./is");

module.exports = function (value/*, options*/) {
	if (is(value)) return value;
	return resolveException(value, "%v is not a thenable object", arguments[1]);
};

Version data entries

29 entries across 29 versions & 2 rubygems

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