1 line
No EOL
155 B
TypeScript
1 line
No EOL
155 B
TypeScript
export const getImage = (path : string, img : string) => (size : '1x' | '2x' | '3x', set : boolean) => `${path}${img}@${size}.webp${set ? ` ${size}` : ''}` |