UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

10 lines 400 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fingerprint = fingerprint; const hash_1 = require("./hash"); const stringify_1 = require("./stringify"); function fingerprint(input) { const stringifiedInput = (0, stringify_1.safeStringify)(input); return stringifiedInput ? (0, hash_1.hash)(stringifiedInput) : ''; } //# sourceMappingURL=fingerprint.js.map