UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

14 lines (13 loc) 233 B
/** * @worklet */ export function formatDatetime({ value, locale = 'en-US', options = {} }) { 'worklet'; const d = new Date(value); return d.toLocaleString(locale, options); } //# sourceMappingURL=formatDatetime.js.map