// helpers.js export function getNext(arr) { return (arr.length); }; export function makeMoney() { // ... }; // ...