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

11 lines
249 B
Plaintext

/**
* Upholds the spec rules about naming.
*/
export declare function assertName(name: string): string;
/**
* Upholds the spec rules about naming enum values.
*
* @internal
*/
export declare function assertEnumValueName(name: string): string;