electron/lib/browser/api/push-notifications.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
128 B
TypeScript
Raw Normal View History

const { pushNotifications } = process._linkedBinding('electron_browser_push_notifications');
export default pushNotifications;