UNPKG

dynamicsnode

Version:

Create simple scripts to interact with Dynamics CRM using Node.js

7 lines (6 loc) 257 B
export declare class XmlEncode { static XML_NAME_NOT_ALLOWED_CHARACTERS: string[]; static XML_BEGINNING_NAME_NOT_ALLOWED_CHARACTERS: string[]; static encodeName(value: string): string; static decodeName(encodedName: string): string; }