UNPKG

@binance/sentry-miniapp

Version:

17 lines 322 B
import { Integration } from "@sentry/types"; /** UserAgent */ export declare class System implements Integration { /** * @inheritDoc */ name: string; /** * @inheritDoc */ static id: string; /** * @inheritDoc */ setupOnce(): void; } //# sourceMappingURL=system.d.ts.map