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

8 lines
209 B
Plaintext

import type {Plugin} from "ajv"
import getDef from "../definitions/typeof"
const typeofPlugin: Plugin<undefined> = (ajv) => ajv.addKeyword(getDef())
export default typeofPlugin
module.exports = typeofPlugin