Refactor the custom helpers into their own files
This commit is contained in:
parent
af2df4f7c5
commit
0392d339db
7 changed files with 69 additions and 62 deletions
3
module/helpers/createArray.mjs
Normal file
3
module/helpers/createArray.mjs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export function createArray(...args) {
|
||||
return args.slice(0, -1);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue