Pārlūkot izejas kodu

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 gadus atpakaļ
vecāks
revīzija
b69c511f77
No account linked to committer's email address
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2
    0
      src/index.ts

+ 2
- 0
src/index.ts Parādīt failu

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,