dns-witch.net.eu.org/node_modules/liquidjs/dist/util/performance.d.ts

6 lines
132 B
TypeScript
Raw Permalink Normal View History

2025-07-05 16:19:59 +00:00
interface LiquidPerformance {
now: () => number;
}
export declare function getPerformance(): LiquidPerformance;
export {};