Const
The main Utils singleton instance.
This is the primary way to access all utility functions.
import { Utils } from './utils';const randomNum = Utils.rand(1, 10);const hexColor = Utils.rgbToHex(255, 0, 0); Copy
import { Utils } from './utils';const randomNum = Utils.rand(1, 10);const hexColor = Utils.rgbToHex(255, 0, 0);
The main Utils singleton instance.
This is the primary way to access all utility functions.