Files
klz-cables.com/.pnpm-store/v10/files/9e/b664c8b13da78f505562dc009e5348d5df0f322755a3ca9fe2f61be1ed08c0e568631e2b2fbd0b6727e8c7e808631fbd2b2286a4050ab7451d4022b3f0c3b9
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
159 B
Plaintext

var convert = require('./convert'),
func = convert('isMatch', require('../isMatch'));
func.placeholder = require('./placeholder');
module.exports = func;