venom-symbiote

[![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

Usage no npm install needed!

<script type="module">
  import venomSymbiote from 'https://cdn.skypack.dev/venom-symbiote';
</script>

README

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.