Files
klz-cables.com/.pnpm-store/v10/files/65/9fdd0f7136b704f158f93bc858bb6fc91fc5395ff67b6d2983dc84d787b106392368dd69b2abbfecb1303da4b6cad9bfc16ef55fc077306d21d98d37cbf1d7
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
288 B
Plaintext

/**
* Given an initial timestamp and an expiry duration, checks to see if current
* time should be considered as expired.
*/
export declare function isExpired(initialTime: null | number, expiry: undefined | number, targetTime?: number): boolean;
//# sourceMappingURL=isExpired.d.ts.map