UNPKG

@intuitionrobotics/ts-common

Version:
8 lines (7 loc) 376 B
import { ObjectTS } from "./types"; export declare function regexpCase(value: string, reg: string): RegExpMatchArray | { input: undefined; }; export declare function createFilterPattern(rawFilter?: string): string; export declare function calculateJsonSizeMb(data: ObjectTS): number; export declare function __stringify<T>(obj: T, pretty?: boolean | (keyof T)[]): string;