瀏覽代碼

Fix named export of constants through index

Mats Byrkjeland 5 年之前
父節點
當前提交
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,