UNPKG
trusktr-dummy-test-pkg
Version:
latest (0.0.3)
0.0.3
0.0.2
JavaScript/TypeScript class inheritance tools.
github.com/trusktr/lowclass
trusktr/lowclass
trusktr-dummy-test-pkg
/
tests
/
Counter2.d.ts
10 lines
(9 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
const
Counter2
:
never
;
export
const
Incrementor2
: (
new
(
counter
?:
any
) => {
constructor
:
(
counter
:
any
) =>
void
;
increment
:
() =>
void
; }) & {
__
: {
protected
: {}; }; };