smartjimp/ts/plugins.typed.ts
2023-12-03 23:09:48 +01:00

7 lines
135 B
TypeScript

import type * as sharpType from 'sharp';
export { type sharpType };
import type * as jimpType from 'jimp';
export { type jimpType };