UNPKG

apostrophe

Version:
9 lines (8 loc) 134 B
module.exports = { init(self) { // Set property self.color = 'red'; // Attach to apos self.apos.test = self; } };