We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfe6a2 commit 2299b66Copy full SHA for 2299b66
README.md
@@ -1,5 +1,7 @@
1
# node-callable-instance
2
3
+[](https://travis-ci.org/CGamesPlay/node-callable-instance)
4
+
5
This module allows you to create an ES6 class that is callable as a function. The invocation is sent to one of the object's normal prototype methods.
6
7
## Installation
test/index.js
@@ -1,3 +1,5 @@
+"use strict";
var assert = require('assert');
var CallableInstance = require('../index');
0 commit comments