UNPKG

rrios-logger

Version:

![validation](https://github.com/rriosper/logger/workflows/Validation/badge.svg?branch=master) ![publish](https://github.com/rriosper/logger/workflows/Publish/badge.svg?branch=master) ![npm bundle size](https://img.shields.io/bundlephobia/min/rrios-logger

8 lines (7 loc) 333 B
import { CreateLoggerInputProps } from './createLogger'; export declare const injectLogger: (props?: CreateLoggerInputProps | undefined) => void; declare type InjectBrowserLoggerProps = { development?: boolean; }; export declare const injectBrowserLogger: ({ development, }?: InjectBrowserLoggerProps) => void; export {};