Browse Source

Fix named export of constants through index

Mats Byrkjeland 5 years ago
parent
commit
a4e1cc7e1b
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/index.ts

+ 2
- 0
src/index.ts View File

159
 
159
 
160
 export * from './types';
160
 export * from './types';
161
 
161
 
162
+export {PERMISSIONS, RESULTS} from './constants';
163
+
162
 export default {
164
 export default {
163
   PERMISSIONS,
165
   PERMISSIONS,
164
   RESULTS,
166
   RESULTS,