UNPKG

@thumbmarkjs/thumbmarkjs

Version:

![GitHub package.json dynamic](https://img.shields.io/github/package-json/version/ilkkapeltola/thumbmarkjs) ![NPM Version](https://img.shields.io/npm/v/@thumbmarkjs/thumbmarkjs) ![NPM Downloads](https://img.shields.io/npm/dm/%40thumbmarkjs%2Fthumbmarkjs

15 lines (13 loc) 400 B
interface ApplePaySession { new(version: number, paymentRequest: any): ApplePaySession; canMakePayments(): boolean; supportsVersion(version: number): boolean; } interface Window { webkitAudioContext: typeof AudioContext webkitOfflineAudioContext: typeof OfflineAudioContext ApplePaySession: typeof ApplePaySession } interface Navigator { deviceMemory?: number, }