Skip to content

1.2.2

Compare
Choose a tag to compare
@shysolocup shysolocup released this 21 Sep 15:07
· 139 commits to main since this release
db4ea01

aepl 1.2.2

updated classes to actually allow for non-class values

new Class("Main", [1, 2, 3]);

let main = new Main();

console.log(main); // [1, 2, 3]