venom-symbiote
v1.0.2-alpha
Published
[![Version](https://img.shields.io/npm/v/venom.svg)](https://www.npmjs.com/package/venom) [![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://github.com/oizovita/venom) [![License: MIT](https://img.shields.io/badge/L
Downloads
2
Readme
Welcome to venom 👋
This package consumes an object and controls its methods
🏠 Homepage
Usage
const venom = require('./main');
const user = {
name: 'Eddie Brock',
getName() {
return this.name;
},
};
user.getName(); // Eddie Brock
venom(user);
user.getName(); // We are Venom
Author
👤 Oles Izovita
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2021 Oles Izovita.
This project is MIT licensed.