typealias ImageExtension

export type ImageExtension = (typeof ALLOWED_EXTENSIONS)[number];

Constructors

constructor()