add type definitions
This commit is contained in:
parent
3b9a86d0e0
commit
477a338476
10
index.d.ts
vendored
Normal file
10
index.d.ts
vendored
Normal 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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user