UNPKG

@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

3 lines (2 loc) 149 B
import { RecursiveExtraSerializer } from "../../types"; export declare const mapSerializer: RecursiveExtraSerializer<Map<any, any>, [any, any][]>;