markuno_lib 1.2.94 → 1.2.95
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/bin/markcad.js +1 -1
- package/package.json +1 -1
- package/types/markcad.d.ts +1 -0
package/package.json
CHANGED
package/types/markcad.d.ts
CHANGED
|
@@ -1330,6 +1330,7 @@ export function normal2(e: any, t: any): {
|
|
|
1330
1330
|
nx: number;
|
|
1331
1331
|
ny: number;
|
|
1332
1332
|
};
|
|
1333
|
+
export function pickvariant(e: any, t: any, i: any, n: any, r: any, o: any, s?: {}): any;
|
|
1333
1334
|
export function posiziona(t: any, i?: {}): any;
|
|
1334
1335
|
export function processagruppo(e: any, t: any): Promise<void>;
|
|
1335
1336
|
export function processamarker(t: any): Promise<void>;
|