6 lines
132 B
TypeScript
6 lines
132 B
TypeScript
|
interface LiquidPerformance {
|
||
|
now: () => number;
|
||
|
}
|
||
|
export declare function getPerformance(): LiquidPerformance;
|
||
|
export {};
|