markuno_lib 1.2.101 → 1.2.103
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/bin/markuno.js +1 -1
- package/package.json +1 -1
- package/types/markcad.d.ts +287 -190
- package/types/markuno.d.ts +2 -2
package/types/markuno.d.ts
CHANGED
|
@@ -379,7 +379,7 @@ declare const y: {
|
|
|
379
379
|
export function tk(): number;
|
|
380
380
|
export function toCadPars(t: any): {};
|
|
381
381
|
export function toJson(t: any): string;
|
|
382
|
-
|
|
382
|
+
export function tonum(t: any, e?: number): number;
|
|
383
383
|
export function xdt(): number;
|
|
384
384
|
declare class Pickers {
|
|
385
385
|
clear(): void;
|
|
@@ -391,4 +391,4 @@ declare class Pickers {
|
|
|
391
391
|
setkey(t: any): void;
|
|
392
392
|
add(t: any): string;
|
|
393
393
|
}
|
|
394
|
-
export { n as errori, muInit as jsTest, x as mustr, k as tipicolonna, w as tipifree, y as tipiheader
|
|
394
|
+
export { n as errori, muInit as jsTest, x as mustr, k as tipicolonna, w as tipifree, y as tipiheader };
|