Const
Alias for the Utils singleton instance.
This provides an alternative way to access the utility functions with a lowercase name for convenience.
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);
Alias for the Utils singleton instance.
This provides an alternative way to access the utility functions with a lowercase name for convenience.