UNPKG
surrial
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.0
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Serialize anything. This is surreal!
github.com/nicojs/node-surrial
nicojs/node-surrial
surrial
/
src
/
class-constructor.d.ts
5 lines
(4 loc)
•
92 B
TypeScript
View Raw
1
2
3
4
5
export
default
interface
Constructor
{
name
:
string
;
new
(...
params
:
any
[]):
any
; }