UNPKG

@causalfoundry/js-sdk

Version:

Causal Foundry WEB SDK (JS/TS)

11 lines (8 loc) 311 B
import CfCustomNotification from "./CfCustomNotification" import { NotificationDispatcher } from "./typings"; export default class NotificationFactory { static getNotificationEngine(): NotificationDispatcher { //return new CfBrowserNotification() return new CfCustomNotification() } }