Sha256: 4917e713294ae43d119616b89380688329e935edd5e87ff581eaff712fad232a

Contents?: true

Size: 218 Bytes

Versions: 69

Compression:

Stored size: 218 Bytes

Contents

"use strict";
// Build out our basic SafeString type
function SafeString(string) {
  this.string = string;
}

SafeString.prototype.toString = function() {
  return "" + this.string;
};

exports["default"] = SafeString;

Version data entries

69 entries across 69 versions & 2 rubygems

Version Path
trusty-festivity-extension-2.3.1 node_modules/bower/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
trusty-festivity-extension-2.3.0 node_modules/bower/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
entangled-0.0.16 spec/dummy/public/node_modules/bower/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
entangled-0.0.15 spec/dummy/public/node_modules/bower/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
entangled-0.0.14 spec/dummy/public/node_modules/bower/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
entangled-0.0.13 spec/dummy/public/node_modules/bower/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
entangled-0.0.12 spec/dummy/public/node_modules/bower/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
entangled-0.0.11 spec/dummy/public/node_modules/bower/node_modules/handlebars/dist/cjs/handlebars/safe-string.js
entangled-0.0.10 spec/dummy/public/node_modules/bower/node_modules/handlebars/dist/cjs/handlebars/safe-string.js