1.0.2-alpha ā€¢ Published 3 years ago

venom-symbiote v1.0.2-alpha

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.