We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f94822 commit 961862dCopy full SHA for 961862d
src/main.ts
@@ -12,6 +12,4 @@ export {PACKAGE_NAME} from './package-name'
12
export {PushNotification} from './push-notification'
13
export {registerDevice, type RegisterDeviceParam} from './register-device'
14
export {requestPermissions, type RequestPermissionsResult} from './request-permissions'
15
-import * as pushNotificationJsonSchema from './schema.json';
16
-export { pushNotificationJsonSchema };
17
export {checkPermissions, type CheckPermissionsResult} from './check-permissions'
0 commit comments