Files
beall-11ty/node_modules/liquidjs/dist/util/performance.d.ts
2026-03-31 16:38:22 -07:00

6 lines
127 B
TypeScript

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