@regacy-innovation/shared-services
Version:
Shared services for NestJS microservices
4 lines • 301 B
TypeScript
export declare function delay(ms: number): Promise<unknown>;
export declare function formatObjectEntries(obj: Record<string, any>, indent?: number): string;
export declare const flattenObject: (obj: Record<string, any>, prefix?: string) => Record<string, any>;
//# sourceMappingURL=delay.tool.d.ts.map