Sha256: 2491645089f1b4cefd46f54d3550920487edae2bf855d414721f02664311a2b6

Contents?: true

Size: 176 Bytes

Versions: 30

Compression:

Stored size: 176 Bytes

Contents

"use strict";

module.exports = function (value) {
	try {
		return value.toString();
	} catch (error) {
		try { return String(value); }
		catch (error2) { return null; }
	}
};

Version data entries

30 entries across 29 versions & 2 rubygems

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