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.
@@ -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
- declare function tonum$1(t: any, e?: number): number;
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, tonum$1 as tonum };
394
+ export { n as errori, muInit as jsTest, x as mustr, k as tipicolonna, w as tipifree, y as tipiheader };