UNPKG

@azure/msal-browser

Version:
12 lines (11 loc) 220 B
/** * Utility class for math specific functions in browser. */ export declare class MathUtils { /** * Decimal to Hex * * @param num */ static decimalToHex(num: number): string; }