Browse Source
Merge pull request #337 from draperunner/fix-named-export-constants
Fix named export of constants through index (fix breaking change in 2.0.1)
Mathieu Acthernoene
5 years ago
No account linked to committer's email address
1 changed files with
2 additions and
0 deletions
-
src/index.ts
|
@@ -159,6 +159,8 @@ export function requestNotifications(
|
159
|
159
|
|
160
|
160
|
export * from './types';
|
161
|
161
|
|
|
162
|
+export {PERMISSIONS, RESULTS} from './constants';
|
|
163
|
+
|
162
|
164
|
export default {
|
163
|
165
|
PERMISSIONS,
|
164
|
166
|
RESULTS,
|