call-chainer
Version:
Combine a regular function and a class so that methods of the class become chainable properties of the function that get called automatically.
3 lines (2 loc) • 25 B
JavaScript
Combine a regular function and a class so that methods of the class become chainable properties of the function that get called automatically.