Files

6 lines
127 B
TypeScript
Raw Permalink Normal View History

2026-04-29 08:30:52 -07:00
interface LiquidPerformance {
now: () => number;
}
export declare function getPerformance(): LiquidPerformance;
export {};