UNPKG

@azure/msal-browser

Version:
12 lines 259 B
/** * Utility class for math specific functions in browser. */ export declare class MathUtils { /** * Decimal to Hex * * @param num */ static decimalToHex(num: number): string; } //# sourceMappingURL=MathUtils.d.ts.map