fix(core): update

This commit is contained in:
2023-12-03 23:09:48 +01:00
parent 2b82a4b74a
commit 4cc5accff1
8 changed files with 681 additions and 39 deletions

7
ts/plugins.typed.ts Normal file
View File

@@ -0,0 +1,7 @@
import type * as sharpType from 'sharp';
export { type sharpType };
import type * as jimpType from 'jimp';
export { type jimpType };