UNPKG

@rockpack/logger

Version:

This module can help you build error tracking & crash reporting system for your React application.

3 lines (2 loc) 130 B
export const getCurrentDate = () => new Date().toLocaleString(); export const clone = (obj) => JSON.parse(JSON.stringify(obj));