UNPKG

tamedevil

Version:

Build and evaluate JavaScript strings safely via tagged template literals

12 lines 478 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.$$type = void 0; /** IMPORTANT: bump this on incompatible changes to this module */ const revision = 1; /** * This is the secret to our safety; since this is a symbol it cannot be faked * in a JSON payload or other user-provided data, so external data cannot make * itself trusted. */ exports.$$type = Symbol.for(`tamedevil-type-${revision}`); //# sourceMappingURL=thereCanBeOnlyOne.js.map