UNPKG

@azure/msal-browser

Version:
8 lines 237 B
export type EncryptedData = { id: string; nonce: string; data: string; lastUpdatedAt: string; }; export declare function isEncrypted(data: object): data is EncryptedData; //# sourceMappingURL=EncryptedData.d.ts.map