@thi.ng/geom-api
Advanced tools
Comparing version 3.2.0 to 3.2.1
# Change Log | ||
- **Last updated**: 2022-06-20T17:33:30Z | ||
- **Last updated**: 2022-06-23T12:16:18Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom-api", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "Shared type & interface declarations for @thi.ng/geom packages", | ||
@@ -102,3 +102,3 @@ "type": "module", | ||
}, | ||
"gitHead": "f50e292ecc7dc74a6705b07fc739bf827cc5efd7\n" | ||
"gitHead": "73139849c7b46c0451693d994e14a34bc2434280\n" | ||
} |
export declare let DEFAULT_SAMPLES: number; | ||
/** | ||
* Sets the number of {@link DEFAULT_SAMPLES} for various operations. | ||
* | ||
* @param n | ||
*/ | ||
export declare const setDefaultSamples: (n: number) => number; | ||
@@ -3,0 +8,0 @@ export interface SamplingOpts { |
export let DEFAULT_SAMPLES = 20; | ||
/** | ||
* Sets the number of {@link DEFAULT_SAMPLES} for various operations. | ||
* | ||
* @param n | ||
*/ | ||
export const setDefaultSamples = (n) => (DEFAULT_SAMPLES = n); |
30414
274