@goodhood-web/nebenan-base 3.3.1-development.3 → 3.4.0-development.2
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.
- package/index.js +2 -2
- package/index.mjs +142 -139
- package/lib/Feed/utils.d.ts +1 -1
- package/package.json +1 -1
package/lib/Feed/utils.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export declare const isBookmarked: (id: number, list: number[]) => boolean;
|
|
|
3
3
|
export declare const getRelatedItemThumbnail: (item: PostResponse) => string;
|
|
4
4
|
export declare const isPublic: (item: PostResponse) => boolean;
|
|
5
5
|
export declare const getElapsedTime: (timestamp: string) => string | null;
|
|
6
|
-
export declare const getFormattedDate: (date: string | null | undefined
|
|
6
|
+
export declare const getFormattedDate: (date: string | null | undefined) => {
|
|
7
7
|
date: string;
|
|
8
8
|
time: string;
|
|
9
9
|
} | null;
|