UNPKG

migros-api-wrapper

Version:

Making the api of migros more accessible to the public.

6 lines (4 loc) 121 B
import { getAllNotifications } from "./notifications"; export const app = { getAllNotifications: getAllNotifications }