UNPKG

succulent

Version:

Powerful and easy runtime type checking

7 lines 208 B
/// <reference types="jest" /> import { is } from "../index"; test("is", () => { expect(is("hi", "hello")).toBe(false); expect(is("hello", "hello")).toBe(true); }); //# sourceMappingURL=is.test.js.map