UNPKG
armpit
Version:
latest (2.0.0)
2.0.0
1.0.0
0.2.0
0.1.0
0.0.1
Another resource manager programming interface toolkit.
armpit
/
dist
/
tsUtils.js
9 lines
•
265 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
class
CallableClassBase
{
constructor
(
) {
const
closure =
function
(
...args
) {
return
closure.
fnImpl
(...args); };
return
Object
.
setPrototypeOf
(closure,
new
.
target
.
prototype
); } }
//# sourceMappingURL=tsUtils.js.map