venom-symbiote

1.0.2-alpha • Public • Published

Welcome to venom 👋

Version Documentation License: MIT

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.

Readme

Keywords

Package Sidebar

Install

npm i venom-symbiote

Weekly Downloads

2

Version

1.0.2-alpha

License

MIT

Unpacked Size

4.26 kB

Total Files

6

Last publish

Collaborators

  • oizovita