summaryrefslogtreecommitdiff
path: root/node_modules/liquidjs/dist/util/performance.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/liquidjs/dist/util/performance.d.ts')
-rw-r--r--node_modules/liquidjs/dist/util/performance.d.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/liquidjs/dist/util/performance.d.ts b/node_modules/liquidjs/dist/util/performance.d.ts
new file mode 100644
index 0000000..4dca49a
--- /dev/null
+++ b/node_modules/liquidjs/dist/util/performance.d.ts
@@ -0,0 +1,5 @@
+interface LiquidPerformance {
+ now: () => number;
+}
+export declare function getPerformance(): LiquidPerformance;
+export {};