From 3be6563489f7876aed2171f8bbcdb197652039b1 Mon Sep 17 00:00:00 2001
From: Jake Boone
Date: Fri, 1 Dec 2023 11:53:45 -0700
Subject: [PATCH] Add GA tracking
---
docs/functions/formatQuantity-1.html | 5 ++++-
docs/index.html | 5 ++++-
docs/interfaces/FormatQuantity.html | 5 ++++-
docs/interfaces/FormatQuantityOptions.html | 13 ++++++++-----
docs/modules.html | 5 ++++-
docs/types/SimpleFraction.html | 5 ++++-
docs/types/Sixteenth.html | 5 ++++-
docs/types/VulgarFraction.html | 5 ++++-
docs/variables/defaultOptions.html | 5 ++++-
docs/variables/defaultTolerance.html | 5 ++++-
docs/variables/fractionDecimalMatches.html | 5 ++++-
docs/variables/vulgarToAsciiMap.html | 5 ++++-
typedoc.json | 3 ++-
13 files changed, 54 insertions(+), 17 deletions(-)
diff --git a/docs/functions/formatQuantity-1.html b/docs/functions/formatQuantity-1.html
index eb41c6f..7fc29ca 100644
--- a/docs/functions/formatQuantity-1.html
+++ b/docs/functions/formatQuantity-1.html
@@ -6,4 +6,7 @@
"1 1/2" instead of "1.5". To use vulgar fraction characters
like "½", pass true
as the second argument. For other options
see FormatQuantityOptions.
-Returns null | string