add type definitions

This commit is contained in:
Timo Hocker 2020-04-17 07:52:57 +02:00
parent 3b9a86d0e0
commit 477a338476

10
index.d.ts vendored Normal file
View File

@ -0,0 +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;