ソースを参照

Fix named export of constants through index

Mats Byrkjeland 6 年 前
コミット
a4e1cc7e1b
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2
    0
      src/index.ts

+ 2
- 0
src/index.ts ファイルの表示

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,