feat: global.makeArray
This commit is contained in:
parent
8dfb6a7849
commit
1d8c3b7506
|
@ -13,6 +13,10 @@ export class Globals {
|
|||
return x - y;
|
||||
}
|
||||
|
||||
makeArray(...args) {
|
||||
return args;
|
||||
}
|
||||
|
||||
log(any) {
|
||||
console.log(any);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user