smartjimp/ts/plugins.typed.ts

7 lines
135 B
TypeScript
Raw Permalink Normal View History

2023-12-03 22:09:48 +00:00
import type * as sharpType from 'sharp';
export { type sharpType };
import type * as jimpType from 'jimp';
export { type jimpType };