UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

11 lines (9 loc) 228 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