divnix / POP

Pure Object Prototypes
MIT License
20 stars 1 forks source link

Add extenders API #1

Closed Pacman99 closed 2 years ago

Pacman99 commented 2 years ago

functions for specific POP extensions

p = { defaults.a = 1; extenders.add = self: super: { a = super.a + 1; }; }
p.add.add.add