Files
klz-cables.com/.pnpm-store/v10/files/07/8bb751ce36cd75f586b57c8bed7a736d700105f497e6811183c43d418f7ec457f4fb8446f4290c870640554f7acb125f43bbaf75b724d35e35033e06530355
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
211 B
Plaintext

import { TableAliasProxyHandler } from "../alias.js";
function alias(table, alias2) {
return new Proxy(table, new TableAliasProxyHandler(alias2, false));
}
export {
alias
};
//# sourceMappingURL=alias.js.map