kiutils
Version:
🎑 (Library) an Javascript library that provide various utilities, including Image manipulation tools, Discord-related utilities, and a logger.
8 lines • 377 B
TypeScript
import { ImageFormat } from "../functions/imageConverter";
import { StatusType, BackgroundType, ProgressBarType } from "./enums";
export type StatusTypes = `${StatusType}`;
export type BackgroundTypes = `${BackgroundType}`;
export type ProgressBarTypes = `${ProgressBarType}`;
export type ImageFormats = `${ImageFormat}`;
export type A = {};
//# sourceMappingURL=types.d.ts.map