Files
klz-cables.com/.pnpm-store/v10/files/01/991d556103f6231cd8c71f742246d882e16ca984ac6d29132192110736d275845a36845f884413178f9bfd78d549c942b80e08f7d45e6e9c4195003d2f06c7
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

7 lines
169 B
Plaintext

import { imageType } from './types/index.js';
import './types/interface.js';
declare function detector(input: Uint8Array): imageType | undefined;
export { detector };