smartlog-destination-devtools/dist_ts/index.d.ts

6 lines
243 B
TypeScript
Raw Normal View History

2020-07-10 00:28:54 +00:00
import { ILogDestination, ILogPackage } from '@pushrocks/smartlog-interfaces';
export declare class SmartlogDestinationDevtools implements ILogDestination {
handleLog(logPackageArg: ILogPackage): Promise<void>;
private logInBrowser;
}