1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-20 20:41:16 -04:00

add page stats typings

This commit is contained in:
2022-06-30 09:17:12 -04:00
parent ae2cb50cbe
commit 7da0a713a4
9 changed files with 80 additions and 87 deletions

2
types/index.d.ts vendored
View File

@@ -1,3 +1,5 @@
export * from "./note";
export * from "./project";
export * from "./stats";
export * from "./track";
export * from "./webpack";