UNPKG
@triviality/serializer
Version:
latest (1.1.6)
1.1.6
1.1.4
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.2.3
0.2.2
0.2.1
0.1.2
0.1.1
Typescript serializer with an interface
github.com/triviality-js/triviality
triviality-js/triviality
@triviality/serializer
/
ClassConstructor.d.ts
2 lines
(1 loc)
•
69 B
TypeScript
View Raw
1
2
export
declare
type
ClassConstructor
<T> =
new
(...
args
:
any
[]) => T;