Files
fedi-classifieds/node_modules/liquidjs/dist/util/performance.d.ts
2026-04-29 08:30:52 -07:00

6 lines
127 B
TypeScript

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