UNPKG

dtamind-components

Version:

Apps integration for Dtamind. Contain Nodes and Credentials.

4 lines (3 loc) 196 B
export declare const escapeSpecialChars: (str: string) => string; export declare const escapeAllStrings: (obj: object) => void; export declare const unEscapeSpecialChars: (str: string) => string;