format
This commit is contained in:
parent
62d4f84e69
commit
813cc6c190
1 changed files with 4 additions and 4 deletions
|
|
@ -3361,7 +3361,7 @@ export const shrinklist = (amount, pat) => pat.shrinklist(amount);
|
||||||
|
|
||||||
Pattern.prototype.growlist = function (amount) {
|
Pattern.prototype.growlist = function (amount) {
|
||||||
return this.shrinklist(amount).reverse();
|
return this.shrinklist(amount).reverse();
|
||||||
}
|
};
|
||||||
export const growlist = (amount, pat) => pat.growlist(amount);
|
export const growlist = (amount, pat) => pat.growlist(amount);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue