5 lines
234 B
TypeScript
5 lines
234 B
TypeScript
import {BackgroundNotificationPreferencesProvider} from './src/BackgroundNotificationHandlerProvider'
|
|
import * as BackgroundNotifications from './src/index'
|
|
|
|
export {BackgroundNotificationPreferencesProvider, BackgroundNotifications}
|