UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

9 lines 431 B
/** * Sanitizes the input string by trimming whitespace and removing non-alphanumeric characters. * * @param {string} str - The input string to sanitize. * @returns {string} - The sanitized string containing only alphanumeric characters. */ export declare const sanitizeStr: (str: string) => string; export declare function sanitizeSearch(input: string, patterns?: string[]): string; //# sourceMappingURL=sanitizeText.d.ts.map