@tdb/util
Version:
Shared helpers and utilities.
8 lines (7 loc) • 393 B
TypeScript
export declare type ImageArray = Array<string | number>;
declare const _default: (basePath: string) => {
img: (path: string, path2x: string | null, width: number, height: number) => (string | number)[];
png: (path: string, width: number, height: number) => (string | number)[];
svg: (path: string, width: number, height: number) => (string | number)[];
};
export default _default;