react-js-plugins 3.14.4 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -77,6 +77,7 @@ export declare const _getKeyByValue: (obj: Record<string, any> | null | undefine
77
77
  export declare const _getValueByKey: (obj: Record<string, any> | null | undefined, key: string) => any;
78
78
  export declare const _getKeysByValue: (obj: Record<string, any> | null | undefined, value: any) => string[];
79
79
  export declare const _dateFormat: (date: Date, format?: string) => string;
80
+ export declare const _formatTimeAgo: (date: Date | string) => string;
80
81
  export declare const _dateTransformer: (data: any) => any;
81
82
  export declare const _escapeRegExpMatch: (s: string) => string;
82
83
  export declare const _isExactMatch: (str: string, match: string) => boolean;