From 79a4c2874ade6d633132aa34f118deb453d9a91f Mon Sep 17 00:00:00 2001 From: Max Duval Date: Mon, 18 Oct 2021 11:16:24 +0100 Subject: [PATCH] allow import from the top folder --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 60f6f81e4..9e3e1fe0c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -25,3 +25,4 @@ export type { AdTargetingBuilder, CustomParams, } from './types'; +export * as constants from './constants';