UNPKG

@mui/x-telemetry

Version:
4 lines 129 B
import { createHash } from 'crypto'; export function sha256(value) { return createHash('sha256').update(value).digest('hex'); }