UNPKG

gads

Version:

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

7 lines (6 loc) 202 B
import { Translator } from './translator'; export declare class XmlToJsTranslator implements Translator<string, any> { private parser; constructor(); translate(xml: string): Promise<any>; }