Skip to content

Commit

Permalink
fix: allow importing constants from the top folder (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdvl authored Nov 1, 2021
1 parent 81e60af commit 15511e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ export type {
AdTargetingBuilder,
CustomParams,
} from './types';
export * as constants from './constants';

0 comments on commit 15511e4

Please sign in to comment.