@safejs/serializer
Version:
Serializer is a superset of JSON that includes recursive objects, dates, regular expressions, functions and others which you also can expand by yourself
14 lines (10 loc) • 378 B
text/typescript
export * from "./undefined/undefined";
export * from "./nan/nan";
export * from "./positive-infinity/positive-infinity";
export * from "./negative-infinity/negative-infinity";
export * from "./date/date";
export * from "./symbol/symbol";
export * from "./regexp/regexp";
export * from "./set/set";
export * from "./map/map";
export * from "./function/function";