utilities/index.d.ts
2020-04-17 07:52:57 +02:00

11 lines
278 B
TypeScript

/** 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;