UNPKG
@rickyli79/rich-json
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.0
1.0.1
1.0.0
0.1.0
Serialize and Deserialize javascript objects
github.com/RickyLi79/rich-json
@rickyli79/rich-json
/
bin
/
buildin-serializer
/
Set.Serializer.d.ts
6 lines
(5 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
type
CustomerSerializer
}
from
'../lib'
;
export
declare
class
SetSerializer
{
private
static
instance;
static
getInstance
():
CustomerSerializer
<
SetConstructor
,
unknown
[]>; }