UNPKG

apostrophe

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