UNPKG

gads

Version:

An unofficial JS client library for the SOAP-based DFP Ads API

8 lines (7 loc) 196 B
import { Logger } from './logger'; export declare class FileLogger implements Logger { path: string; constructor(path: string); error(msg: string): void; log(msg: string): void; }