UNPKG

@bitbybit-dev/jscad

Version:

Bit By Bit Developers JSCAD based CAD Library to Program Geometry

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