UNPKG

@azure/msal-browser

Version:
12 lines (11 loc) 307 B
import { BrowserCrypto } from "./BrowserCrypto"; export declare class GuidGenerator { private cryptoObj; constructor(cryptoObj: BrowserCrypto); generateGuid(): string; /** * verifies if a string is GUID * @param guid */ static isGuid(guid: string): boolean; }