import * as exports from "./index.js"; import { expect, it } from "vitest"; it("should match inline snapshot", () => expect(Object.keys(exports)).toMatchInlineSnapshot(` [ "BigIntMath", "DenominatedNumber", ] `));