Files
klz-cables.com/.pnpm-store/v10/files/17/c099246a5e19bf73a2dbe824915720b1ec19d22d7468fa9a9eb79f1842d78ad9549b565c3dd1827b986ae078a9c3e5b9ed61efaad61e330b64725ab9169a8d
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

3 lines
110 B
Plaintext

import { Primitive } from "../primitive";
export type Builtin = Primitive | Function | Date | Error | RegExp;