markuno_lib 1.2.126 → 1.2.128
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
|
@@ -860,6 +860,7 @@ export function checkmovedata(e: any, t: any, n: any): {
|
|
|
860
860
|
};
|
|
861
861
|
export function clamp(e: any, t?: number, n?: number): any;
|
|
862
862
|
export function clean(e: any, t?: boolean): any;
|
|
863
|
+
export function compattadistinta(e: any, t: any): any[];
|
|
863
864
|
export function creagizmo(t?: {}): any;
|
|
864
865
|
export function creategroup(t: any, n?: {}): any;
|
|
865
866
|
export function d3dview(e?: {}): {
|