UNPKG

remeda-utils

Version:

this is just a library of some functions that you can plug right into your remeda-js pipeline

7 lines (6 loc) 139 B
import { describe, it, expect } from "vitest"; describe("something", () => { it("should", () => { expect(true).toBe(true); }); });