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
govuk_publishing_components-17.6.1 node_modules/type/thenable/ensure.js
govuk_publishing_components-17.6.0 node_modules/type/thenable/ensure.js
govuk_publishing_components-17.5.0 node_modules/type/thenable/ensure.js
govuk_publishing_components-17.4.0 node_modules/type/thenable/ensure.js
govuk_publishing_components-17.3.0 node_modules/type/thenable/ensure.js
govuk_publishing_components-17.2.0 node_modules/type/thenable/ensure.js
govuk_publishing_components-17.1.1 node_modules/type/thenable/ensure.js
govuk_publishing_components-17.1.0 node_modules/type/thenable/ensure.js
govuk_publishing_components-17.0.0 node_modules/type/thenable/ensure.js