kalisio/kBilling

View on GitHub
src/common/index.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
// We faced a bug in babel so that transform-runtime with export * from 'x' generates import statements in transpiled code
// Tracked here : https://github.com/babel/babel/issues/2877
// We tested the workaround given here https://github.com/babel/babel/issues/2877#issuecomment-270700000 with success so far
import * as permissions from './permissions'

export { permissions }