8 lines
180 B
TypeScript
8 lines
180 B
TypeScript
import type * as sharpType from 'sharp';
|
|
|
|
export { type sharpType };
|
|
|
|
import type { Jimp } from 'jimp';
|
|
import type * as jimpType from 'jimp';
|
|
|
|
export { type jimpType, type Jimp }; |