From 0cf48310036fa4909e11cc051eb5ac5fa20105d9 Mon Sep 17 00:00:00 2001 From: Kir_Antipov Date: Sun, 18 Dec 2022 11:05:39 +0000 Subject: [PATCH] Added `diagnostics` module --- src/utils/diagnostics/index.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/utils/diagnostics/index.ts diff --git a/src/utils/diagnostics/index.ts b/src/utils/diagnostics/index.ts new file mode 100644 index 0000000..9d55219 --- /dev/null +++ b/src/utils/diagnostics/index.ts @@ -0,0 +1,3 @@ +export { + Stopwatch, +} from "./stopwatch";