UNPKG

@bitbybit-dev/manifold

Version:

Bit By Bit Developers Manifold based CAD Library to Program Geometry

7 lines (6 loc) 229 B
/* eslint-disable @typescript-eslint/no-namespace */ /** * Re-export Base namespace from @bitbybit-dev/base. * Manifold package uses the same foundational types without additions. */ export { Base } from "@bitbybit-dev/base";