12345 |
- export declare function sanitize(inputString: string, trim?: boolean | undefined, doubleQuotes?: boolean | undefined, backSlash?: boolean | undefined): string;
- export declare function form(option: any, format: any): any;
- export declare function sanitizeOptions(options: any, optionsArray: any[]): any;
- export declare function getUrlStringfromUrlObject(urlObject: any): string;
- export declare function addFormParam(array: any[], key: string, type: string, val: string, disabled: string, contentType: string): void;
|