UNPKG

@tapstack/facebook-conversion-api-nextjs

Version:
7 lines (6 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sha256Hash = void 0; const crypto_1 = require("crypto"); const sha256Hash = (string) => (0, crypto_1.createHash)('sha256').update(string).digest('hex'); exports.sha256Hash = sha256Hash;