UNPKG

@bitbybit-dev/occt

Version:

Bit By Bit Developers CAD algorithms using OpenCascade Technology kernel. Run in Node and in Browser.

6 lines (5 loc) 172 B
/** * Re-export Base namespace from @bitbybit-dev/base. * OCCT package uses the same foundational types without additions. */ export { Base } from "@bitbybit-dev/base";