UNPKG

@regacy-innovation/shared-services

Version:

Shared services for NestJS microservices

4 lines 301 B
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