aureooms/js-lifo

View on GitHub
src/utils/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import concat from './concat' ;
import decant from './decant' ;
import split from './split' ;

export default {
    concat ,
    decant ,
    split ,
} ;

export {
    concat ,
    decant ,
    split ,
} ;