This commit is contained in:
Timo Hocker 2020-04-24 09:47:36 +02:00
parent 9275a9c82e
commit c9ad3296f2

20
index.d.ts vendored
View File

@ -1,10 +1,10 @@
/** Declaration file generated by dts-gen */ /** Declaration file generated by dts-gen */
export function copy_object(obj: any): any; export function copy_object(obj: any): any;
export function run_regex(regex: any, data: any, func: any): void; export function run_regex(regex: any, data: any, func: any): void;
export function truncate_decimal(num: any, len: any): any; export function truncate_decimal(num: any, len: any): any;
export function try_parse_json(text: any): any; export function try_parse_json(text: any): any;