Files
klz-cables.com/.pnpm-store/v10/files/0d/d052ca78f9df5f3efdad1532d0989d15a814f7aca715d16e102719d975382c82f6a1475116f9980384b61fefaa64f25dfb69cd5e07e2e2c03777fa377f522f
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

6 lines
185 B
Plaintext

import perfHooks from 'perf_hooks'
import crypto from 'crypto'
export const performance = perfHooks.performance
export const cryptoRandomBuffer = len => crypto.randomBytes(len).buffer