current.ts 157 B

1234
  1. import { createGoogleAdapter } from "./adapters/google";
  2. export const adPlatform = createGoogleAdapter();
  3. export type { AdPlatformAdapter } from "./types";