UNPKG

@bitbybit-dev/occt

Version:

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

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