docker run \
--rm \
-e SONAR_SCANNER_OPTS="-Dsonar.projectKey=G43riko_GTools" \
-e SONAR_SCANNER_OPTS="-Dsonar.organization=g43riko" \
-e SONAR_SCANNER_OPTS="-Dsonar.javascript.lcov.reportPaths=coverage/lcov.info" \
-e SONAR_TOKEN=35e611231b768d371f22e880a31bbada5f9359d3 \
-v ".:/usr/src" \
sonarsource/sonar-scanner-clirun npm install gtools
import { ArrayUtils } from "gtools";
const min = ArrayUtils.min([1, 2, 3]);<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<script type="text/javascript" src="gtools.web.js"></script>
</head>
<body>
<script type="text/javascript">
const min = G.array.min([1, 2, 3]);
</script>
</body>
</html>TODO ##Implements https://github.com/G43riko/JavaUtils/blob/master/GLib2/src/main/java/org/utils/QuadIterator.java https://github.com/G43riko/JavaUtils/tree/master/GLib2/src/main/java/org/utils/noises https://github.com/G43riko/JavaUtils/blob/master/GLib2/src/test/java/org/glib2/math/Bresenhams3D.java https://github.com/G43riko/JavaUtils/blob/master/GLib2/src/main/java/org/utils/GeometryUtils.java
