@build-qube/takeoff-calculator 2.1.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/browser.js +1 -1
- package/index.d.ts +640 -271
- package/index.js +766 -750
- package/package.json +15 -13
package/README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
1
|
# `@build-qube/takeoff-calculator`
|
|
2
2
|
|
|
3
3
|

|
|
4
|
+
|
|
5
|
+
## Benchmarks
|
|
6
|
+
|
|
7
|
+
A performance benchmark suite runs in this package to guard against regressions. See [benchmark/README.md](./benchmark/README.md) for how to run benchmarks locally, interpret results, and CI policy.
|
package/browser.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from '@build-qube/takeoff-calculator-wasm32-wasi';
|