Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'popperjs/package/lib/utils/math.js')
-rw-r--r--popperjs/package/lib/utils/math.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/popperjs/package/lib/utils/math.js b/popperjs/package/lib/utils/math.js
new file mode 100644
index 0000000..d92a000
--- /dev/null
+++ b/popperjs/package/lib/utils/math.js
@@ -0,0 +1,3 @@
+export var max = Math.max;
+export var min = Math.min;
+export var round = Math.round; \ No newline at end of file