UNPKG

shufflejs-react

Version:
17 lines (12 loc) 371 B
import SortFilter from './SortFilter'; // sample functions for testing const defaultAwesomeFunction = (name) => { const returnStr = `I am the Default Awesome Function, fellow comrade! - ${name}`; return returnStr; }; const awesomeFunction = () => 'I am just an Awesome Function'; export default defaultAwesomeFunction; export { SortFilter, awesomeFunction };