src/utils/index.js
import concat from './concat' ;
import decant from './decant' ;
import split from './split' ;
export default {
concat ,
decant ,
split ,
} ;
export {
concat ,
decant ,
split ,
} ;
import concat from './concat' ;
import decant from './decant' ;
import split from './split' ;
export default {
concat ,
decant ,
split ,
} ;
export {
concat ,
decant ,
split ,
} ;