pg-sql2
Version:
Generate safe Postgres-compliant SQL with tagged template literals
12 lines • 476 B
JavaScript
;
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(`pg-sql2-type-${revision}`);
//# sourceMappingURL=thereCanBeOnlyOne.js.map