UNPKG

@ngworker/lumberjack

Version:

Lumberjack is a versatile Angular logging library, specifically designed to be extended and customized

4 lines (3 loc) 186 B
import { InjectionToken } from '@angular/core'; import { LumberjackOptions } from './lumberjack.options'; export declare const lumberjackOptionsToken: InjectionToken<LumberjackOptions>;