Files
klz-cables.com/.pnpm-store/v10/files/4d/f268884e402e8bea016c2576416e8e172e2b20056201af7852d12e066eead2daac2636cedbc1f5613dd82edf0ab6e5157060059ec50fee591973eca240aacf
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

5 lines
301 B
Plaintext

import Table from './src/console-table-printer';
import { printSimpleTable as printTable, renderSimpleTable as renderTable } from './src/internalTable/internal-table-printer';
import { COLOR, ALIGNMENT } from './src/models/external-table';
export { Table, printTable, renderTable, COLOR, ALIGNMENT };