UNPKG

@intuitionrobotics/ts-common

Version:
8 lines 419 B
import { type ObjectTS } from "./types.js"; 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; //# sourceMappingURL=tools.d.ts.map