UNPKG

@microsoft/useragent-sdk

Version:

SDK for building decentralized identity wallets and enterprise agents.

7 lines (6 loc) 141 B
/** * Base error class for the UserAgent. */ export default class UserAgentError extends Error { constructor(message: string); }