UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

7 lines 488 B
export declare function encodeStringArray(array: string[]): string; export declare function decodeStringArray(encodedString: string): string[]; export declare function encodeString(str: string | null): string | null; export declare function decodeString(encodedString: string | null): string | null; export declare function toLowerCaseArray(array: string[]): string[]; export declare function toLowerCaseString(str: string | null): string | null; //# sourceMappingURL=urlEncoding.d.ts.map