geo-polygonize 0.33.1 → 0.34.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.
@@ -16,4 +16,5 @@ export * from "./bindings/TilingOptions";
16
16
  export * from "./bindings/TouchPolicy";
17
17
  export * from "./bindings/ZOptions";
18
18
  export * from "./bindings/ZPolicy";
19
+ export * from "./cfb";
19
20
  export declare function initBest(scalarModule: any, simdModule: any): Promise<typeof scalarExports>;
@@ -16,4 +16,5 @@ export * from "./bindings/TilingOptions";
16
16
  export * from "./bindings/TouchPolicy";
17
17
  export * from "./bindings/ZOptions";
18
18
  export * from "./bindings/ZPolicy";
19
+ export * from "./cfb";
19
20
  export default init;
@@ -0,0 +1,2 @@
1
+ import type { PolygonizerOptions } from "./bindings/PolygonizerOptions";
2
+ export declare const cfbRobustOptions: PolygonizerOptions;
@@ -16,4 +16,5 @@ export * from "./bindings/TilingOptions";
16
16
  export * from "./bindings/TouchPolicy";
17
17
  export * from "./bindings/ZOptions";
18
18
  export * from "./bindings/ZPolicy";
19
+ export * from "./cfb";
19
20
  export default function init(_input?: any): Promise<typeof exports>;