summaryrefslogtreecommitdiff
path: root/node_modules/liquidjs/dist/util/performance.d.ts
blob: 4dca49ac30c6f99e952ac7cd3cdf17c518865127 (plain)
1
2
3
4
5
interface LiquidPerformance {
    now: () => number;
}
export declare function getPerformance(): LiquidPerformance;
export {};