UNPKG

gads

Version:

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

6 lines (5 loc) 304 B
export declare function capitalize(v: string): string; export declare function uncapitalize(v: string): string; export declare function parseSoapTypeName(str: string): string; export declare function removeSuffix(str: string, suffix: string): string; export declare function toArray<T>(v: T | T[]): T[];