UNPKG

ngx-soap

Version:

SOAP service for Angular

10 lines (9 loc) 357 B
export declare const passwordDigest: (nonce: any, created: any, password: any) => any; export declare const TNS_PREFIX = "__tns__"; /** * Find a key from an object based on the value * @param Namespace prefix/uri mapping * @param nsURI value * @returns The matching key */ export declare const findPrefix: (xmlnsMapping: any, nsURI: any) => string;