dns-witch.net.eu.org/node_modules/liquidjs/dist/util/performance.d.ts
2025-07-05 18:19:59 +02:00

5 lines
132 B
TypeScript

interface LiquidPerformance {
now: () => number;
}
export declare function getPerformance(): LiquidPerformance;
export {};