callable-js
v1.0.2
Published
A JavaScript library that allows you to create callable objects using ES6 Proxies and class inheritance
Downloads
37
Maintainers
Readme
Callable JS
A JavaScript library that allows you to create callable objects using ES6 Proxies and class inheritance. This library provides a way to define classes that can be invoked as functions, enhancing the flexibility of your JavaScript code.
Features
Create callable classes that can be invoked like functions.
Utilize ES6 Proxy for dynamic method invocation.
Easy integration with existing JavaScript projects.
Installation
You can install the library via npm:
npm install callable-js