1.0.2 • Published 9 months ago

callable-js v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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
1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago