UNPKG

@rockpack/logger

Version:

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

4 lines (3 loc) 138 B
import { Stack } from './types'; export declare const getCurrentDate: () => string; export declare const clone: (obj: Stack) => Stack;