UNPKG

@rudderstack/workflow-engine

Version:
14 lines 930 B
export { debug, error, info, warn } from '../common/logger'; export { chunk, sum } from 'lodash'; export declare function values(obj: Record<string, any>): any[]; export declare function getByPaths(obj: any, paths: string | string[]): any; export declare function toArray(obj: any): any[] | undefined; export declare function getOneByPaths(obj: any, paths: string | string[]): any; export declare function doReturn(obj?: any): void; export declare function assertThrow(val: any, error: Error | string): void; export declare function doThrow(message: string, status?: number): void; export declare function toMilliseconds(timestamp: string): number | undefined; export declare function toSeconds(timestamp: string): number | undefined; export declare function SHA256(text: string | number | undefined): string | undefined; export declare function containsAll(arr1: any[], arr2: any[]): boolean; //# sourceMappingURL=common.d.ts.map