UNPKG

@corellia/ngx-translation-io

Version:

Add this package to localize your Angular application.<br />

6 lines (5 loc) 431 B
import { PullSegmentResponse } from './types/pull/pull.response'; export declare function getXMLElementToString(nodeName: string, xmlElement: Element): string; export declare function httpCall(request: string, url: string, value: any, proxy: string): Promise<any>; export declare function getUniqueSegmentFromPull(array: PullSegmentResponse[]): PullSegmentResponse[]; export declare function delay(ms: number): Promise<void>;