Kaynağa Gözat

Fix named export of constants through index

Mats Byrkjeland 4 yıl önce
ebeveyn
işleme
a4e1cc7e1b
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2
    0
      src/index.ts

+ 2
- 0
src/index.ts Dosyayı Görüntüle

@@ -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,