UNPKG

@rockpack/logger

Version:

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

6 lines (3 loc) 185 B
import { Stack } from './types'; export const getCurrentDate = (): string => new Date().toLocaleString(); export const clone = (obj: Stack): Stack => JSON.parse(JSON.stringify(obj));