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

8 lines (6 loc) 183 B
import { setSerializer } from "./set"; describe("Set", () => { it("should determine", () => { expect(setSerializer.determine(new Set())).toBeTruthy(); }); });