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.d.ts
5 lines
•
160 B
TypeScript
View Raw
1
2
3
4
5
export
declare
abstract
class
CallableClassBase
{
constructor
(
);
protected
abstract
fnImpl
(...
args
:
any
[]):
any
; }
//# sourceMappingURL=tsUtils.d.ts.map