UNPKG

109 BTypeScriptView Raw
1import { LogError } from '../types';
2export declare class LogErrorProvider {
3 static value(): LogError;
4}