utilities/index.d.ts

11 lines
268 B
TypeScript
Raw Normal View History

2020-04-24 09:47:36 +02:00
/** 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;