UNPKG

web-push-notifications

Version:
6 lines (5 loc) 214 B
export type TPlatformSafari = 10; export type TPlatformChrome = 11; export type TPlatformFirefox = 12; export type TPlatformEdge = 150; export type TPlatform = TPlatformSafari | TPlatformChrome | TPlatformFirefox;