This commit is contained in:
alex 2026-06-18 12:04:03 +01:00
parent 62d4f84e69
commit 813cc6c190

View file

@ -3361,7 +3361,7 @@ export const shrinklist = (amount, pat) => pat.shrinklist(amount);
Pattern.prototype.growlist = function (amount) {
return this.shrinklist(amount).reverse();
}
};
export const growlist = (amount, pat) => pat.growlist(amount);
/**