Home Manual Reference Source Test Repository

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 ,
} ;