UNPKG

stream-chat-react-native-core

Version:

The official React Native and Expo components for Stream Chat, a service for building chat applications

5 lines (3 loc) 147 B
export const ONE_SECOND_IN_MS = 1000; export const secondsUntil = (date: Date) => Math.trunc((date.getTime() - Date.now()) / ONE_SECOND_IN_MS);