fix dos
This commit is contained in:
parent
9275a9c82e
commit
c9ad3296f2
20
index.d.ts
vendored
20
index.d.ts
vendored
@ -1,10 +1,10 @@
|
||||
/** Declaration file generated by dts-gen */
|
||||
|
||||
export function copy_object(obj: any): any;
|
||||
|
||||
export function run_regex(regex: any, data: any, func: any): void;
|
||||
|
||||
export function truncate_decimal(num: any, len: any): any;
|
||||
|
||||
export function try_parse_json(text: any): any;
|
||||
|
||||
/** Declaration file generated by dts-gen */
|
||||
|
||||
export function copy_object(obj: any): any;
|
||||
|
||||
export function run_regex(regex: any, data: any, func: any): void;
|
||||
|
||||
export function truncate_decimal(num: any, len: any): any;
|
||||
|
||||
export function try_parse_json(text: any): any;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user