UNPKG

@flyyer/flyyer-lite

Version:

Flyyer.io helper classes and methods to generate smart URL to render images.

6 lines (5 loc) 241 B
export declare type FlyyerPath = string | number | null | undefined | (string | number | null | undefined)[]; /** * Convert path or array of path parts to a string. */ export declare function normalizePath(path?: FlyyerPath): string;