UNPKG

web-push-notifications

Version:
7 lines (6 loc) 262 B
export type TPlatformSafari = 10; export type TPlatformChrome = 11; export type TPlatformFirefox = 12; export type TPlatformEdge = 150; export type TPlatform = TPlatformSafari | TPlatformChrome | TPlatformFirefox; export type TFormFactor = 'MOBILE' | 'DESKTOP';