7 lines
135 B
TypeScript
7 lines
135 B
TypeScript
|
import type * as sharpType from 'sharp';
|
||
|
|
||
|
export { type sharpType };
|
||
|
|
||
|
import type * as jimpType from 'jimp';
|
||
|
|
||
|
export { type jimpType };
|