UNPKG

coinforbarter-react-native

Version:

CoinForBarter ReactNative Library - Integrate cryptocurrency payments for goods and services in your Mobile App

8 lines (7 loc) 206 B
export declare const formatDate: (date?: string | number) => FormattedDate | null; export interface FormattedDate { isoString: string; minutes: number; hours: number; time: number; }